#A76154

Color #A76154 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A76154

Tints of Au Chico #A76154

Color information

#A76154 (or 0xA76154) is unknown color: approx Au Chico. HEX triplet: A7, 61 and 54. RGB value is (167,97,84). Sum of RGB (Red+Green+Blue) = 167+97+84=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A76154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76154 is #589EAB. Grayscale: #747474. Windows color (decimal): -5807788 or 5530023. OLE color: 5530023.

HSL color Cylindrical-coordinate representation of color #A76154: hue angle of 9.4º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76154 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1679784-
CMYK00.420.500.35
HSL9.4º33.07%49.22%-
HSV(B)9.4º49.7%65.49%-
XYZ21.8117.410.6-
YUV116.45109.69164.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.99%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=47.99%
G=27.87%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167978400.420.500.359.433.0749.22
HexA7615402A322392131
Octal2471411240526243114161
Binary101001111100001101010001010101100101000111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76154; }

 p { color: rgb(167,97,84); }

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

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

 a { background-color: rgb(167,97,84); }

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

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

 span { border-color: rgb(167,97,84); }

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