#A9635C

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

Shades of Au Chico #A9635C

Tints of Au Chico #A9635C

Color information

#A9635C (or 0xA9635C) is unknown color: approx Au Chico. HEX triplet: A9, 63 and 5C. RGB value is (169,99,92). Sum of RGB (Red+Green+Blue) = 169+99+92=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9635C is #569CA3. Grayscale: #777777. Windows color (decimal): -5676196 or 6054825. OLE color: 6054825.

HSL color Cylindrical-coordinate representation of color #A9635C: hue angle of 5.45º 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 #A9635C is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1699992-
CMYK00.410.460.34
HSL5.45º30.92%51.18%-
HSV(B)5.45º45.56%66.27%-
XYZ22.7618.1312.43-
YUV119.13112.69163.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=46.94%
G=27.5%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169999200.410.460.345.4530.9251.18
HexA9635C0292E2251f33
Octal251143134051564253763
Binary1010100111000111011100010100110111010001010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9635C; }

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

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

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

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

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

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

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

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