#A02F25

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

Shades of Brown #A02F25

Tints of Brown #A02F25

Color information

#A02F25 (or 0xA02F25) is unknown color: approx Brown. HEX triplet: A0, 2F and 25. RGB value is (160,47,37). Sum of RGB (Red+Green+Blue) = 160+47+37=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02F25 is #5FD0DA. Grayscale: #4F4F4F. Windows color (decimal): -6279387 or 2437024. OLE color: 2437024.

HSL color Cylindrical-coordinate representation of color #A02F25: hue angle of 4.88º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02F25 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB1604737-
CMYK00.710.770.37
HSL4.88º62.44%38.63%-
HSV(B)4.88º76.88%62.75%-
XYZ15.859.642.78-
YUV79.65103.94185.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.57%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=65.57%
G=19.26%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160473700.710.770.374.8862.4438.63
HexA02F250474D2553e27
Octal240574501071154557647
Binary10100000101111100101010001111001101100101101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02F25; }

 p { color: rgb(160,47,37); }

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

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

 a { background-color: rgb(160,47,37); }

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

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

 span { border-color: rgb(160,47,37); }

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