Html Css Color HEX #A03320 Brown

📋 copy color: '#A03320'

red 160 ◦ green 51 ◦ blue 32

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

Shades of Brown #A03320

Tints of Brown #A03320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.99%

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 65.84%
G = 20.99%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A03320 (or 0xA03320) is known color: Brown. HEX triplet: A0, 33 and 20. RGB value is (160,51,32). Sum of RGB (Red+Green+Blue) = 160+51+32=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A03320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03320 is #5FCCDF. Grayscale: #515151. Windows color (decimal): -6278368 or 2110368. OLE color: 2110368.

HSL color Cylindrical-coordinate representation of color #A03320: hue angle of 8.91º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A03320 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 51 32 -
CMYK 0 0.68 0.80 0.37
HSL 8.91º 0.67% 0.38% -
HSV(B) 8.91º 0.8% 0.63% -
XYZ 15.94 9.95 2.45 -
YUV 81.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 160 51 32 0 0.68 0.80 0.37 8.91 0.67 0.38
Hex A0 33 20 0 44 50 25 9 43 26
Octal 240 63 40 0 104 120 45 11 103 46
Binary 10100000 110011 100000 0 1000100 1010000 100101 1001 1000011 100110

Color Harmonies of #A03320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03320

Black with #A03320

Text Example


Text Example

White with #A03320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03320; }

 p { color: rgb(160,51,32); }

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

background-color css

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

 a { background-color: rgb(160,51,32); }

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

border-color css

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

 span { border-color: rgb(160,51,32); }

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