#A76455

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

Shades of Au Chico #A76455

Tints of Au Chico #A76455

Color information

#A76455 (or 0xA76455) is unknown color: approx Au Chico. HEX triplet: A7, 64 and 55. RGB value is (167,100,85). Sum of RGB (Red+Green+Blue) = 167+100+85=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A76455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76455 is #589BAA. Grayscale: #767676. Windows color (decimal): -5807019 or 5596327. OLE color: 5596327.

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

Color convert

RGB16710085-
CMYK00.400.490.35
HSL10.98º32.54%49.41%-
HSV(B)10.98º49.1%65.49%-
XYZ22.1317.9910.9-
YUV118.32109.2162.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.44%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 85 (33.59% from 255) = 24.15%
R=47.44%
G=28.41%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671008500.400.490.3510.9832.5449.41
HexA764550283123b2131
Octal2471441250506143134161
Binary101001111100100101010101010001100011000111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76455; }

 p { color: rgb(167,100,85); }

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

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

 a { background-color: rgb(167,100,85); }

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

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

 span { border-color: rgb(167,100,85); }

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