Html Css Color HEX #A22220 Brown

📋 copy color: '#A22220'

red 162 ◦ green 34 ◦ blue 32

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

Shades of Brown #A22220

Tints of Brown #A22220

RGB

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

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

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

R = 71.05%
G = 14.91%
B = 14.04%

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

#A22220 (or 0xA22220) is known color: Brown. HEX triplet: A2, 22 and 20. RGB value is (162,34,32). Sum of RGB (Red+Green+Blue) = 162+34+32=228 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.05% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 162 - color contains mainly: red. Hex color #A22220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22220 is #5DDDDF. Grayscale: #484848. Windows color (decimal): -6151648 or 2106018. OLE color: 2106018.

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

Color convert

RGB 162 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.73 8.93 2.26 -
YUV 72.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 162 34 32 0 0.79 0.80 0.36 0.92 0.67 0.38
Hex A2 22 20 0 4F 50 24 1 43 26
Octal 242 42 40 0 117 120 44 1 103 46
Binary 10100010 100010 100000 0 1001111 1010000 100100 1 1000011 100110

Color Harmonies of #A22220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22220

Black with #A22220

Text Example


Text Example

White with #A22220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22220; }

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

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

background-color css

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

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

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

border-color css

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

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

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