#a03025

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

Shades of Brown #A03025

Tints of Brown #A03025

Color information

#A03025 (or 0xA03025) is unknown color: approx Brown. HEX triplet: A0, 30 and 25. RGB value is (160,48,37). Sum of RGB (Red+Green+Blue) = 160+48+37=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A03025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03025 is #5FCFDA. Grayscale: #505050. Windows color (decimal): -6279131 or 2437280. OLE color: 2437280.

HSL color Cylindrical-coordinate representation of color #A03025: hue angle of 5.37º 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 #A03025 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB1604837-
CMYK00.700.770.37
HSL5.37º62.44%38.63%-
HSV(B)5.37º76.88%62.75%-
XYZ15.899.722.79-
YUV80.23103.61184.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.31%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=65.31%
G=19.59%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160483700.700.770.375.3762.4438.63
HexA030250464D2553e27
Octal240604501061154557647
Binary10100000110000100101010001101001101100101101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a03025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a03025; }

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

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

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

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

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

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

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

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