#A02D28

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

Shades of Brown #A02D28

Tints of Brown #A02D28

Color information

#A02D28 (or 0xA02D28) is unknown color: approx Brown. HEX triplet: A0, 2D and 28. RGB value is (160,45,40). Sum of RGB (Red+Green+Blue) = 160+45+40=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02D28 is #5FD2D7. Grayscale: #4E4E4E. Windows color (decimal): -6279896 or 2633120. OLE color: 2633120.

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

Color convert

RGB1604540-
CMYK00.720.750.37
HSL2.5º60%39.22%-
HSV(B)2.5º75%62.75%-
XYZ15.829.53.01-
YUV78.82106.1185.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.31%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=65.31%
G=18.37%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160454000.720.750.372.56039.22
HexA02D280484B2533c27
Octal240555001101134537447
Binary1010000010110110100001001000100101110010111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02D28; }

 p { color: rgb(160,45,40); }

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

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

 a { background-color: rgb(160,45,40); }

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

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

 span { border-color: rgb(160,45,40); }

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