#A5673D

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

Shades of Desert #A5673D

Tints of Desert #A5673D

Color information

#A5673D (or 0xA5673D) is unknown color: approx Desert. HEX triplet: A5, 67 and 3D. RGB value is (165,103,61). Sum of RGB (Red+Green+Blue) = 165+103+61=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5673D is #5A98C2. Grayscale: #747474. Windows color (decimal): -5937347 or 4024229. OLE color: 4024229.

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

Color convert

RGB16510361-
CMYK00.380.630.35
HSL24.23º46.02%44.31%-
HSV(B)24.23º63.03%64.71%-
XYZ21.2118.046.78-
YUV116.7596.54162.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=50.15%
G=31.31%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651036100.380.630.3524.2346.0244.31
HexA5673D0263F23182e2c
Octal245147750467743305654
Binary101001011100111111101010011011111110001111000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5673D; }

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

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

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

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

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

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

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

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