#a76054

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

Shades of Au Chico #A76054

Tints of Au Chico #A76054

Color information

#A76054 (or 0xA76054) is unknown color: approx Au Chico. HEX triplet: A7, 60 and 54. RGB value is (167,96,84). Sum of RGB (Red+Green+Blue) = 167+96+84=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A76054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76054 is #589FAB. Grayscale: #737373. Windows color (decimal): -5808044 or 5529767. OLE color: 5529767.

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

Color convert

RGB1679684-
CMYK00.430.500.35
HSL8.67º33.07%49.22%-
HSV(B)8.67º49.7%65.49%-
XYZ21.7217.2210.57-
YUV115.86110.02164.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.13%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=48.13%
G=27.67%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167968400.430.500.358.6733.0749.22
HexA7605402B322392131
Octal2471401240536243114161
Binary101001111100000101010001010111100101000111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a76054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a76054; }

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

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

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

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

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

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

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

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