#A25F40

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

Shades of Desert #A25F40

Tints of Desert #A25F40

Color information

#A25F40 (or 0xA25F40) is unknown color: approx Desert. HEX triplet: A2, 5F and 40. RGB value is (162,95,64). Sum of RGB (Red+Green+Blue) = 162+95+64=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F40 is #5DA0BF. Grayscale: #6F6F6F. Windows color (decimal): -6136000 or 4218786. OLE color: 4218786.

HSL color Cylindrical-coordinate representation of color #A25F40: hue angle of 18.98º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25F40 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1629564-
CMYK00.410.600.36
HSL18.98º43.36%44.31%-
HSV(B)18.98º60.49%63.53%-
XYZ19.9216.246.93-
YUV111.5101.2164.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=50.47%
G=29.60%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162956400.410.600.3618.9843.3644.31
HexA25F400293C24132b2c
Octal2421371000517444235354
Binary1010001010111111000000010100111110010010010011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F40; }

 p { color: rgb(162,95,64); }

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

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

 a { background-color: rgb(162,95,64); }

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

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

 span { border-color: rgb(162,95,64); }

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