#A5663E

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

Shades of Desert #A5663E

Tints of Desert #A5663E

Color information

#A5663E (or 0xA5663E) is unknown color: approx Desert. HEX triplet: A5, 66 and 3E. RGB value is (165,102,62). Sum of RGB (Red+Green+Blue) = 165+102+62=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5663E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5663E is #5A99C1. Grayscale: #747474. Windows color (decimal): -5937602 or 4089509. OLE color: 4089509.

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

Color convert

RGB16510262-
CMYK00.380.620.35
HSL23.3º45.37%44.51%-
HSV(B)23.3º62.42%64.71%-
XYZ21.1417.856.89-
YUV116.2897.37162.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 62 (24.61% from 255) = 18.84%
R=50.15%
G=31.00%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651026200.380.620.3523.345.3744.51
HexA5663E0263E23172d2d
Octal245146760467643275555
Binary101001011100110111110010011011111010001110111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5663E; }

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

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

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

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

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

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

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

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