#A76056

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

Shades of Au Chico #A76056

Tints of Au Chico #A76056

Color information

#A76056 (or 0xA76056) is unknown color: approx Au Chico. HEX triplet: A7, 60 and 56. RGB value is (167,96,86). Sum of RGB (Red+Green+Blue) = 167+96+86=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A76056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76056 is #589FA9. Grayscale: #747474. Windows color (decimal): -5808042 or 5660839. OLE color: 5660839.

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

Color convert

RGB1679686-
CMYK00.430.490.35
HSL7.41º32.02%49.61%-
HSV(B)7.41º48.5%65.49%-
XYZ21.817.2510.99-
YUV116.09111.02164.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=47.85%
G=27.51%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167968600.430.490.357.4132.0249.61
HexA7605602B312372032
Octal247140126053614374062
Binary10100111110000010101100101011110001100011111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76056; }

 p { color: rgb(167,96,86); }

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

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

 a { background-color: rgb(167,96,86); }

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

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

 span { border-color: rgb(167,96,86); }

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