Html Css Color HEX #A32220 Brown

📋 copy color: '#A32220'

red 163 ◦ green 34 ◦ blue 32

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

Shades of Brown #A32220

Tints of Brown #A32220

RGB

 RED value IS 163 (64.06% from 255) = 71.18%

 GREEN value IS 34 (13.67% from 255) = 14.85%

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

R = 71.18%
G = 14.85%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A32220 (or 0xA32220) is known color: Brown. HEX triplet: A3, 22 and 20. RGB value is (163,34,32). Sum of RGB (Red+Green+Blue) = 163+34+32=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A32220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32220 is #5CDDDF. Grayscale: #484848. Windows color (decimal): -6086112 or 2106019. OLE color: 2106019.

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

Color convert

RGB 163 34 32 -
CMYK 0 0.79 0.80 0.36
HSL 0.92º 0.67% 0.38% -
HSV(B) 0.92º 0.8% 0.64% -
XYZ 15.94 9.03 2.27 -
YUV 72.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 163 34 32 0 0.79 0.80 0.36 0.92 0.67 0.38
Hex A3 22 20 0 4F 50 24 1 43 26
Octal 243 42 40 0 117 120 44 1 103 46
Binary 10100011 100010 100000 0 1001111 1010000 100100 1 1000011 100110

Color Harmonies of #A32220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32220

Black with #A32220

Text Example


Text Example

White with #A32220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32220; }

 p { color: rgb(163,34,32); }

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

background-color css

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

 a { background-color: rgb(163,34,32); }

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

border-color css

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

 span { border-color: rgb(163,34,32); }

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