Html Css Color HEX #A2201F Brown

📋 copy color: '#A2201F'

red 162 ◦ green 32 ◦ blue 31

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

Shades of Brown #A2201F

Tints of Brown #A2201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.78%

R = 72%
G = 14.22%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2201F (or 0xA2201F) is known color: Brown. HEX triplet: A2, 20 and 1F. RGB value is (162,32,31). Sum of RGB (Red+Green+Blue) = 162+32+31=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A2201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2201F is #5DDFE0. Grayscale: #464646. Windows color (decimal): -6152161 or 2039970. OLE color: 2039970.

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

Color convert

RGB 162 32 31 -
CMYK 0 0.80 0.81 0.36
HSL 0.46º 0.68% 0.38% -
HSV(B) 0.46º 0.81% 0.64% -
XYZ 15.66 8.81 2.17 -
YUV 70.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 162 32 31 0 0.80 0.81 0.36 0.46 0.68 0.38
Hex A2 20 1F 0 50 51 24 0 44 26
Octal 242 40 37 0 120 121 44 0 104 46
Binary 10100010 100000 11111 0 1010000 1010001 100100 0 1000100 100110

Color Harmonies of #A2201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2201F

Black with #A2201F

Text Example


Text Example

White with #A2201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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