#A76155

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

Shades of Au Chico #A76155

Tints of Au Chico #A76155

Color information

#A76155 (or 0xA76155) is unknown color: approx Au Chico. HEX triplet: A7, 61 and 55. RGB value is (167,97,85). Sum of RGB (Red+Green+Blue) = 167+97+85=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A76155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76155 is #589EAA. Grayscale: #747474. Windows color (decimal): -5807787 or 5595559. OLE color: 5595559.

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

Color convert

RGB1679785-
CMYK00.420.490.35
HSL8.78º32.54%49.41%-
HSV(B)8.78º49.1%65.49%-
XYZ21.8517.4210.81-
YUV116.56110.19163.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=47.85%
G=27.79%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167978500.420.490.358.7832.5449.41
HexA7615502A312392131
Octal2471411250526143114161
Binary101001111100001101010101010101100011000111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76155; }

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

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

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

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

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

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

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

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