#A25F3A

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

Shades of Desert #A25F3A

Tints of Desert #A25F3A

Color information

#A25F3A (or 0xA25F3A) is unknown color: approx Desert. HEX triplet: A2, 5F and 3A. RGB value is (162,95,58). Sum of RGB (Red+Green+Blue) = 162+95+58=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F3A is #5DA0C5. Grayscale: #6F6F6F. Windows color (decimal): -6136006 or 3825570. OLE color: 3825570.

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

Color convert

RGB1629558-
CMYK00.410.640.36
HSL21.35º47.27%43.14%-
HSV(B)21.35º64.2%63.53%-
XYZ19.7616.176.08-
YUV110.8198.2164.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=51.43%
G=30.16%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162955800.410.640.3621.3547.2743.14
HexA25F3A0294024152f2b
Octal2421377205110044255753
Binary1010001010111111110100101001100000010010010101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F3A; }

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

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

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

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

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

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

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

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