#A5645C

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

Shades of Au Chico #A5645C

Tints of Au Chico #A5645C

Color information

#A5645C (or 0xA5645C) is unknown color: approx Au Chico. HEX triplet: A5, 64 and 5C. RGB value is (165,100,92). Sum of RGB (Red+Green+Blue) = 165+100+92=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5645C is #5A9BA3. Grayscale: #767676. Windows color (decimal): -5938084 or 6055077. OLE color: 6055077.

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

Color convert

RGB16510092-
CMYK00.390.440.35
HSL6.58º28.85%50.39%-
HSV(B)6.58º44.24%64.71%-
XYZ22.0117.8912.42-
YUV118.52113.03161.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=46.22%
G=28.01%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651009200.390.440.356.5828.8550.39
HexA5645C0272C2371d32
Octal245144134047544373562
Binary1010010111001001011100010011110110010001111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5645C; }

 p { color: rgb(165,100,92); }

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

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

 a { background-color: rgb(165,100,92); }

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

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

 span { border-color: rgb(165,100,92); }

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