Html Css Color HEX #A2201D Brown

📋 copy color: '#A2201D'

red 162 ◦ green 32 ◦ blue 29

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

Shades of Brown #A2201D

Tints of Brown #A2201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.35%

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

R = 72.65%
G = 14.35%
B = 13%

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

#A2201D (or 0xA2201D) is known color: Brown. HEX triplet: A2, 20 and 1D. RGB value is (162,32,29). Sum of RGB (Red+Green+Blue) = 162+32+29=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A2201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2201D is #5DDFE2. Grayscale: #464646. Windows color (decimal): -6152163 or 1908898. OLE color: 1908898.

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

Color convert

RGB 162 32 29 -
CMYK 0 0.80 0.82 0.36
HSL 1.35º 0.7% 0.37% -
HSV(B) 1.35º 0.82% 0.64% -
XYZ 15.64 8.8 2.04 -
YUV 70.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 162 32 29 0 0.80 0.82 0.36 1.35 0.7 0.37
Hex A2 20 1D 0 50 52 24 1 46 25
Octal 242 40 35 0 120 122 44 1 106 45
Binary 10100010 100000 11101 0 1010000 1010010 100100 1 1000110 100101

Color Harmonies of #A2201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2201D

Black with #A2201D

Text Example


Text Example

White with #A2201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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