#A9635B

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

Shades of Au Chico #A9635B

Tints of Au Chico #A9635B

Color information

#A9635B (or 0xA9635B) is unknown color: approx Au Chico. HEX triplet: A9, 63 and 5B. RGB value is (169,99,91). Sum of RGB (Red+Green+Blue) = 169+99+91=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9635B is #569CA4. Grayscale: #777777. Windows color (decimal): -5676197 or 5989289. OLE color: 5989289.

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

Color convert

RGB1699991-
CMYK00.410.460.34
HSL6.15º31.2%50.98%-
HSV(B)6.15º46.15%66.27%-
XYZ22.7118.1112.2-
YUV119.02112.19163.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=47.08%
G=27.58%
B=25.35%

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
Decimal169999100.410.460.346.1531.250.98
HexA9635B0292E2261f33
Octal251143133051564263763
Binary1010100111000111011011010100110111010001011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9635B; }

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

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

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

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

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

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

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

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