#A76555

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

Shades of Au Chico #A76555

Tints of Au Chico #A76555

Color information

#A76555 (or 0xA76555) is unknown color: approx Au Chico. HEX triplet: A7, 65 and 55. RGB value is (167,101,85). Sum of RGB (Red+Green+Blue) = 167+101+85=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A76555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76555 is #589AAA. Grayscale: #777777. Windows color (decimal): -5806763 or 5596583. OLE color: 5596583.

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

Color convert

RGB16710185-
CMYK00.400.490.35
HSL11.71º32.54%49.41%-
HSV(B)11.71º49.1%65.49%-
XYZ22.2318.1810.93-
YUV118.91108.87162.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 85 (33.59% from 255) = 24.08%
R=47.31%
G=28.61%
B=24.08%

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
Decimal1671018500.400.490.3511.7132.5449.41
HexA765550283123c2131
Octal2471451250506143144161
Binary101001111100101101010101010001100011000111100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76555; }

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

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

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

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

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

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

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

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