Html Css Color HEX #A22E22 Brown

📋 copy color: '#A22E22'

red 162 ◦ green 46 ◦ blue 34

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

Shades of Brown #A22E22

Tints of Brown #A22E22

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.01%

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

R = 66.94%
G = 19.01%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A22E22 (or 0xA22E22) is known color: Brown. HEX triplet: A2, 2E and 22. RGB value is (162,46,34). Sum of RGB (Red+Green+Blue) = 162+46+34=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22E22 is #5DD1DD. Grayscale: #4F4F4F. Windows color (decimal): -6148574 or 2240162. OLE color: 2240162.

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

Color convert

RGB 162 46 34 -
CMYK 0 0.72 0.79 0.36
HSL 5.63º 0.65% 0.38% -
HSV(B) 5.63º 0.79% 0.64% -
XYZ 16.17 9.75 2.54 -
YUV 79.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 162 46 34 0 0.72 0.79 0.36 5.63 0.65 0.38
Hex A2 2E 22 0 48 4F 24 6 41 26
Octal 242 56 42 0 110 117 44 6 101 46
Binary 10100010 101110 100010 0 1001000 1001111 100100 110 1000001 100110

Color Harmonies of #A22E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22E22

Black with #A22E22

Text Example


Text Example

White with #A22E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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