#A5673F

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

Shades of Desert #A5673F

Tints of Desert #A5673F

Color information

#A5673F (or 0xA5673F) is unknown color: approx Desert. HEX triplet: A5, 67 and 3F. RGB value is (165,103,63). Sum of RGB (Red+Green+Blue) = 165+103+63=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A5673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5673F is #5A98C0. Grayscale: #757575. Windows color (decimal): -5937345 or 4155301. OLE color: 4155301.

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

Color convert

RGB16510363-
CMYK00.380.620.35
HSL23.53º44.74%44.71%-
HSV(B)23.53º61.82%64.71%-
XYZ21.2618.067.07-
YUV116.9897.54162.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 63 (25% from 255) = 19.03%
R=49.85%
G=31.12%
B=19.03%

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
Decimal1651036300.380.620.3523.5344.7444.71
HexA5673F0263E23182d2d
Octal245147770467643305555
Binary101001011100111111111010011011111010001111000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5673F; }

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

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

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

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

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

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

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

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