#A4754F

Color #A4754F Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #A4754F

Tints of Pale Brown #A4754F

Color information

#A4754F (or 0xA4754F) is unknown color: approx Pale Brown. HEX triplet: A4, 75 and 4F. RGB value is (164,117,79). Sum of RGB (Red+Green+Blue) = 164+117+79=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4754F is #5B8AB0. Grayscale: #7E7E7E. Windows color (decimal): -5999281 or 5207460. OLE color: 5207460.

HSL color Cylindrical-coordinate representation of color #A4754F: hue angle of 26.82º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4754F is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16411779-
CMYK00.290.520.36
HSL26.82º34.98%47.65%-
HSV(B)26.82º51.83%64.31%-
XYZ23.0821.1810.27-
YUV126.72101.07154.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=45.56%
G=32.5%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641177900.290.520.3626.8234.9847.65
HexA4754F01D34241b2330
Octal2441651170356444334360
Binary101001001110101100111101110111010010010011011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4754F; }

 p { color: rgb(164,117,79); }

 H1.HeaderClassName
 {
   color: #A4754F;
 }
 .AnyTagClassName
 {
   color: #A4754F;
 }
</style>
background-color css

<style>
 a { background-color: #A4754F; }

 a { background-color: rgb(164,117,79); }

 div.DivClassName
 {
   background-color: #A4754F;
 }
 .BgClassName
 {
   background-color: #A4754F;
 }
</style>
border-color css

<style>
 span { border-color: #A4754F; }

 span { border-color: rgb(164,117,79); }

 td.TdClassName
 {
   border-color: #A4754F;
 }
 .TagClassName
 {
   border-color: #A4754F;
 }
</style>