Html Css Color HEX #A2221D Brown

📋 copy color: '#A2221D'

red 162 ◦ green 34 ◦ blue 29

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

Shades of Brown #A2221D

Tints of Brown #A2221D

RGB

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

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

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

R = 72%
G = 15.11%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2221D (or 0xA2221D) is known color: Brown. HEX triplet: A2, 22 and 1D. RGB value is (162,34,29). Sum of RGB (Red+Green+Blue) = 162+34+29=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A2221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2221D is #5DDDE2. Grayscale: #474747. Windows color (decimal): -6151651 or 1909410. OLE color: 1909410.

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

Color convert

RGB 162 34 29 -
CMYK 0 0.79 0.82 0.36
HSL 2.26º 0.7% 0.37% -
HSV(B) 2.26º 0.82% 0.64% -
XYZ 15.69 8.91 2.06 -
YUV 71.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 162 34 29 0 0.79 0.82 0.36 2.26 0.7 0.37
Hex A2 22 1D 0 4F 52 24 2 46 25
Octal 242 42 35 0 117 122 44 2 106 45
Binary 10100010 100010 11101 0 1001111 1010010 100100 10 1000110 100101

Color Harmonies of #A2221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2221D

Black with #A2221D

Text Example


Text Example

White with #A2221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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