#A76354

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

Shades of Au Chico #A76354

Tints of Au Chico #A76354

Color information

#A76354 (or 0xA76354) is unknown color: approx Au Chico. HEX triplet: A7, 63 and 54. RGB value is (167,99,84). Sum of RGB (Red+Green+Blue) = 167+99+84=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A76354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76354 is #589CAB. Grayscale: #757575. Windows color (decimal): -5807276 or 5530535. OLE color: 5530535.

HSL color Cylindrical-coordinate representation of color #A76354: hue angle of 10.84º 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 #A76354 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1679984-
CMYK00.410.500.35
HSL10.84º33.07%49.22%-
HSV(B)10.84º49.7%65.49%-
XYZ2217.7810.66-
YUV117.62109.03163.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 84 (33.20% from 255) = 24%
R=47.71%
G=28.29%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167998400.410.500.3510.8433.0749.22
HexA763540293223b2131
Octal2471431240516243134161
Binary101001111100011101010001010011100101000111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76354; }

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

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

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

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

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

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

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

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