Html Css Color HEX #A2211D Brown

📋 copy color: '#A2211D'

red 162 ◦ green 33 ◦ blue 29

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

Shades of Brown #A2211D

Tints of Brown #A2211D

RGB

 RED value IS 162 (63.67% from 255) = 72.32%

 GREEN value IS 33 (13.28% from 255) = 14.73%

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 72.32%
G = 14.73%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2211D (or 0xA2211D) is known color: Brown. HEX triplet: A2, 21 and 1D. RGB value is (162,33,29). Sum of RGB (Red+Green+Blue) = 162+33+29=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A2211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2211D is #5DDEE2. Grayscale: #474747. Windows color (decimal): -6151907 or 1909154. OLE color: 1909154.

HSL color Cylindrical-coordinate representation of color #A2211D: hue angle of 1.8º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2211D is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 33 29 -
CMYK 0 0.80 0.82 0.36
HSL 1.8º 0.7% 0.37% -
HSV(B) 1.8º 0.82% 0.64% -
XYZ 15.67 8.86 2.05 -
YUV 71.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 162 33 29 0 0.80 0.82 0.36 1.8 0.7 0.37
Hex A2 21 1D 0 50 52 24 2 46 25
Octal 242 41 35 0 120 122 44 2 106 45
Binary 10100010 100001 11101 0 1010000 1010010 100100 10 1000110 100101

Color Harmonies of #A2211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2211D

Black with #A2211D

Text Example


Text Example

White with #A2211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2211D; }

 p { color: rgb(162,33,29); }

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

background-color css

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

 a { background-color: rgb(162,33,29); }

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

border-color css

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

 span { border-color: rgb(162,33,29); }

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