Html Css Color HEX #A22322 Brown

📋 copy color: '#A22322'

red 162 ◦ green 35 ◦ blue 34

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

Shades of Brown #A22322

Tints of Brown #A22322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

 BLUE value IS 34 (13.67% from 255) = 14.72%

R = 70.13%
G = 15.15%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A22322 (or 0xA22322) is known color: Brown. HEX triplet: A2, 23 and 22. RGB value is (162,35,34). Sum of RGB (Red+Green+Blue) = 162+35+34=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A22322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22322 is #5DDCDD. Grayscale: #484848. Windows color (decimal): -6151390 or 2237346. OLE color: 2237346.

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

Color convert

RGB 162 35 34 -
CMYK 0 0.78 0.79 0.36
HSL 0.47º 0.65% 0.38% -
HSV(B) 0.47º 0.79% 0.64% -
XYZ 15.79 9 2.42 -
YUV 72.86 106.08 191.58 -
System Red Green Blue C M Y K H S L
Decimal 162 35 34 0 0.78 0.79 0.36 0.47 0.65 0.38
Hex A2 23 22 0 4E 4F 24 0 41 26
Octal 242 43 42 0 116 117 44 0 101 46
Binary 10100010 100011 100010 0 1001110 1001111 100100 0 1000001 100110

Color Harmonies of #A22322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22322

Black with #A22322

Text Example


Text Example

White with #A22322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22322; }

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

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

background-color css

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

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

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

border-color css

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

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

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