#A5665F

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

Shades of Au Chico #A5665F

Tints of Au Chico #A5665F

Color information

#A5665F (or 0xA5665F) is unknown color: approx Au Chico. HEX triplet: A5, 66 and 5F. RGB value is (165,102,95). Sum of RGB (Red+Green+Blue) = 165+102+95=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5665F is #5A99A0. Grayscale: #787878. Windows color (decimal): -5937569 or 6252197. OLE color: 6252197.

HSL color Cylindrical-coordinate representation of color #A5665F: hue angle of 6º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5665F is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16510295-
CMYK00.380.420.35
HSL28%50.98%-
HSV(B)42.42%64.71%-
XYZ22.3318.3313.19-
YUV120.04113.87160.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=45.58%
G=28.18%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651029500.380.420.3562850.98
HexA5665F0262A2361c33
Octal245146137046524363463
Binary1010010111001101011111010011010101010001111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5665F; }

 p { color: rgb(165,102,95); }

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

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

 a { background-color: rgb(165,102,95); }

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

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

 span { border-color: rgb(165,102,95); }

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