#A5665B

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

Shades of Au Chico #A5665B

Tints of Au Chico #A5665B

Color information

#A5665B (or 0xA5665B) is unknown color: approx Au Chico. HEX triplet: A5, 66 and 5B. RGB value is (165,102,91). Sum of RGB (Red+Green+Blue) = 165+102+91=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5665B is #5A99A4. Grayscale: #777777. Windows color (decimal): -5937573 or 5990053. OLE color: 5990053.

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

Color convert

RGB16510291-
CMYK00.380.450.35
HSL8.92º29.13%50.2%-
HSV(B)8.92º44.85%64.71%-
XYZ22.1618.2612.25-
YUV119.58111.87160.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=46.09%
G=28.49%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651029100.380.450.358.9229.1350.2
HexA5665B0262D2391d32
Octal2451461330465543113562
Binary10100101110011010110110100110101101100011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5665B; }

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

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

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

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

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

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

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

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