#A9655C

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

Shades of Au Chico #A9655C

Tints of Au Chico #A9655C

Color information

#A9655C (or 0xA9655C) is unknown color: approx Au Chico. HEX triplet: A9, 65 and 5C. RGB value is (169,101,92). Sum of RGB (Red+Green+Blue) = 169+101+92=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A9655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9655C is #569AA3. Grayscale: #787878. Windows color (decimal): -5675684 or 6055337. OLE color: 6055337.

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

Color convert

RGB16910192-
CMYK00.400.460.34
HSL7.01º30.92%51.18%-
HSV(B)7.01º45.56%66.27%-
XYZ22.9518.5212.49-
YUV120.31112.03162.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.69%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=46.69%
G=27.90%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691019200.400.460.347.0130.9251.18
HexA9655C0282E2271f33
Octal251145134050564273763
Binary1010100111001011011100010100010111010001011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9655C; }

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

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

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

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

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

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

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

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