#A03227

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

Shades of Brown #A03227

Tints of Brown #A03227

Color information

#A03227 (or 0xA03227) is unknown color: approx Brown. HEX triplet: A0, 32 and 27. RGB value is (160,50,39). Sum of RGB (Red+Green+Blue) = 160+50+39=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A03227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03227 is #5FCDD8. Grayscale: #515151. Windows color (decimal): -6278617 or 2568864. OLE color: 2568864.

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

Color convert

RGB1605039-
CMYK00.690.760.37
HSL5.45º60.8%39.02%-
HSV(B)5.45º75.63%62.75%-
XYZ169.92.99-
YUV81.64103.94183.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.26%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=64.26%
G=20.08%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160503900.690.760.375.4560.839.02
HexA032270454C2553d27
Octal240624701051144557547
Binary10100000110010100111010001011001100100101101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03227; }

 p { color: rgb(160,50,39); }

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

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

 a { background-color: rgb(160,50,39); }

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

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

 span { border-color: rgb(160,50,39); }

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