#A5655A

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

Shades of Au Chico #A5655A

Tints of Au Chico #A5655A

Color information

#A5655A (or 0xA5655A) is unknown color: approx Au Chico. HEX triplet: A5, 65 and 5A. RGB value is (165,101,90). Sum of RGB (Red+Green+Blue) = 165+101+90=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5655A is #5A9AA5. Grayscale: #767676. Windows color (decimal): -5937830 or 5924261. OLE color: 5924261.

HSL color Cylindrical-coordinate representation of color #A5655A: hue angle of 8.8º 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 #A5655A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16510190-
CMYK00.390.450.35
HSL8.8º29.41%50%-
HSV(B)8.8º45.45%64.71%-
XYZ22.0218.0412-
YUV118.88111.7160.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=46.35%
G=28.37%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651019000.390.450.358.829.4150
HexA5655A0272D2391d32
Octal2451451320475543113562
Binary10100101110010110110100100111101101100011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5655A; }

 p { color: rgb(165,101,90); }

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

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

 a { background-color: rgb(165,101,90); }

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

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

 span { border-color: rgb(165,101,90); }

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