Html Css Color HEX #A03227 Brown

📋 copy color: '#A03227'

red 160 ◦ green 50 ◦ blue 39

#A03227
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #A03227

Tints of Brown #A03227

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.63% from 255) = 15.66%

R = 64.26%
G = 20.08%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A03227 (or 0xA03227) is known color: 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

RGB 160 50 39 -
CMYK 0 0.69 0.76 0.37
HSL 5.45º 0.61% 0.39% -
HSV(B) 5.45º 0.76% 0.63% -
XYZ 16 9.9 2.99 -
YUV 81.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 160 50 39 0 0.69 0.76 0.37 5.45 0.61 0.39
Hex A0 32 27 0 45 4C 25 5 3D 27
Octal 240 62 47 0 105 114 45 5 75 47
Binary 10100000 110010 100111 0 1000101 1001100 100101 101 111101 100111

Color Harmonies of #A03227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03227

Black with #A03227

Text Example


Text Example

White with #A03227

Text Example


Text Example

HTML Codes & Css Web 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>