Html Css Color HEX #A03221 Brown

📋 copy color: '#A03221'

red 160 ◦ green 50 ◦ blue 33

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

Shades of Brown #A03221

Tints of Brown #A03221

RGB

 RED value IS 160 (62.89% from 255) = 65.84%

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 33 (13.28% from 255) = 13.58%

R = 65.84%
G = 20.58%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A03221 (or 0xA03221) is known color: Brown. HEX triplet: A0, 32 and 21. RGB value is (160,50,33). Sum of RGB (Red+Green+Blue) = 160+50+33=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A03221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03221 is #5FCDDE. Grayscale: #515151. Windows color (decimal): -6278623 or 2175648. OLE color: 2175648.

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

Color convert

RGB 160 50 33 -
CMYK 0 0.69 0.79 0.37
HSL 8.03º 0.66% 0.38% -
HSV(B) 8.03º 0.79% 0.63% -
XYZ 15.91 9.86 2.5 -
YUV 80.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 160 50 33 0 0.69 0.79 0.37 8.03 0.66 0.38
Hex A0 32 21 0 45 4F 25 8 42 26
Octal 240 62 41 0 105 117 45 10 102 46
Binary 10100000 110010 100001 0 1000101 1001111 100101 1000 1000010 100110

Color Harmonies of #A03221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03221

Black with #A03221

Text Example


Text Example

White with #A03221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03221; }

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

 H1.HeaderClassName
 {
   color: #A03221;
 }
 .AnyTagClassName
 {
   color: #A03221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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