#A5655E

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

Shades of Au Chico #A5655E

Tints of Au Chico #A5655E

Color information

#A5655E (or 0xA5655E) is unknown color: approx Au Chico. HEX triplet: A5, 65 and 5E. RGB value is (165,101,94). Sum of RGB (Red+Green+Blue) = 165+101+94=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5655E is #5A9AA1. Grayscale: #777777. Windows color (decimal): -5937826 or 6186405. OLE color: 6186405.

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

Color convert

RGB16510194-
CMYK00.390.430.35
HSL5.92º28.29%50.78%-
HSV(B)5.92º43.03%64.71%-
XYZ22.1918.1112.92-
YUV119.34113.7160.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 94 (37.11% from 255) = 26.11%
R=45.83%
G=28.06%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651019400.390.430.355.9228.2950.78
HexA5655E0272B2361c33
Octal245145136047534363463
Binary1010010111001011011110010011110101110001111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5655E; }

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

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

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

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

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

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

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

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