#A76258

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

Shades of Au Chico #A76258

Tints of Au Chico #A76258

Color information

#A76258 (or 0xA76258) is unknown color: approx Au Chico. HEX triplet: A7, 62 and 58. RGB value is (167,98,88). Sum of RGB (Red+Green+Blue) = 167+98+88=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A76258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76258 is #589DA7. Grayscale: #757575. Windows color (decimal): -5807528 or 5792423. OLE color: 5792423.

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

Color convert

RGB1679888-
CMYK00.410.470.35
HSL7.59º30.98%50%-
HSV(B)7.59º47.31%65.49%-
XYZ22.0717.6611.48-
YUV117.49111.36163.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=47.31%
G=27.76%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167988800.410.470.357.5930.9850
HexA762580292F2381f32
Octal2471421300515743103762
Binary10100111110001010110000101001101111100011100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76258; }

 p { color: rgb(167,98,88); }

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

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

 a { background-color: rgb(167,98,88); }

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

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

 span { border-color: rgb(167,98,88); }

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