#A9615C

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

Shades of Au Chico #A9615C

Tints of Au Chico #A9615C

Color information

#A9615C (or 0xA9615C) is unknown color: approx Au Chico. HEX triplet: A9, 61 and 5C. RGB value is (169,97,92). Sum of RGB (Red+Green+Blue) = 169+97+92=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A9615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9615C is #569EA3. Grayscale: #767676. Windows color (decimal): -5676708 or 6054313. OLE color: 6054313.

HSL color Cylindrical-coordinate representation of color #A9615C: hue angle of 3.9º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9615C is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1699792-
CMYK00.430.460.34
HSL3.9º30.92%51.18%-
HSV(B)3.9º45.56%66.27%-
XYZ22.5717.7612.36-
YUV117.96113.35164.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=47.21%
G=27.09%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169979200.430.460.343.930.9251.18
HexA9615C02B2E2241f33
Octal251141134053564243763
Binary1010100111000011011100010101110111010001010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9615C; }

 p { color: rgb(169,97,92); }

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

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

 a { background-color: rgb(169,97,92); }

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

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

 span { border-color: rgb(169,97,92); }

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