#A5673C

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

Shades of Desert #A5673C

Tints of Desert #A5673C

Color information

#A5673C (or 0xA5673C) is unknown color: approx Desert. HEX triplet: A5, 67 and 3C. RGB value is (165,103,60). Sum of RGB (Red+Green+Blue) = 165+103+60=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5673C is #5A98C3. Grayscale: #747474. Windows color (decimal): -5937348 or 3958693. OLE color: 3958693.

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

Color convert

RGB16510360-
CMYK00.380.640.35
HSL24.57º46.67%44.12%-
HSV(B)24.57º63.64%64.71%-
XYZ21.1818.036.64-
YUV116.6496.04162.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.30%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 60 (23.83% from 255) = 18.29%
R=50.30%
G=31.40%
B=18.29%

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
Decimal1651036000.380.640.3524.5746.6744.12
HexA5673C0264023192f2c
Octal2451477404610043315754
Binary1010010111001111111000100110100000010001111001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5673C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5673C; }

 p { color: rgb(165,103,60); }

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

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

 a { background-color: rgb(165,103,60); }

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

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

 span { border-color: rgb(165,103,60); }

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