Html Css Color HEX #A03421 Brown

📋 copy color: '#A03421'

red 160 ◦ green 52 ◦ blue 33

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

Shades of Brown #A03421

Tints of Brown #A03421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 65.31%
G = 21.22%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A03421 (or 0xA03421) is known color: Brown. HEX triplet: A0, 34 and 21. RGB value is (160,52,33). Sum of RGB (Red+Green+Blue) = 160+52+33=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A03421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03421 is #5FCBDE. Grayscale: #525252. Windows color (decimal): -6278111 or 2176160. OLE color: 2176160.

HSL color Cylindrical-coordinate representation of color #A03421: hue angle of 8.98º 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 #A03421 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 52 33 -
CMYK 0 0.68 0.79 0.37
HSL 8.98º 0.66% 0.38% -
HSV(B) 8.98º 0.79% 0.63% -
XYZ 16 10.04 2.53 -
YUV 82.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 160 52 33 0 0.68 0.79 0.37 8.98 0.66 0.38
Hex A0 34 21 0 44 4F 25 9 42 26
Octal 240 64 41 0 104 117 45 11 102 46
Binary 10100000 110100 100001 0 1000100 1001111 100101 1001 1000010 100110

Color Harmonies of #A03421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03421

Black with #A03421

Text Example


Text Example

White with #A03421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03421; }

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

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

background-color css

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

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

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

border-color css

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

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

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