#A5663B

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

Shades of Desert #A5663B

Tints of Desert #A5663B

Color information

#A5663B (or 0xA5663B) is unknown color: approx Desert. HEX triplet: A5, 66 and 3B. RGB value is (165,102,59). Sum of RGB (Red+Green+Blue) = 165+102+59=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5663B is #5A99C4. Grayscale: #747474. Windows color (decimal): -5937605 or 3892901. OLE color: 3892901.

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

Color convert

RGB16510259-
CMYK00.380.640.35
HSL24.34º47.32%43.92%-
HSV(B)24.34º64.24%64.71%-
XYZ21.0617.826.47-
YUV115.9495.87163-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 59 (23.44% from 255) = 18.10%
R=50.61%
G=31.29%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651025900.380.640.3524.3447.3243.92
HexA5663B0264023182f2c
Octal2451467304610043305754
Binary1010010111001101110110100110100000010001111000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5663B; }

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

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

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

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

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

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

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

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