Html Css Color HEX #A22E12 Brown

📋 copy color: '#A22E12'

red 162 ◦ green 46 ◦ blue 18

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

Shades of Brown #A22E12

Tints of Brown #A22E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.96%

R = 71.68%
G = 20.35%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A22E12 (or 0xA22E12) is known color: Brown. HEX triplet: A2, 2E and 12. RGB value is (162,46,18). Sum of RGB (Red+Green+Blue) = 162+46+18=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22E12 is #5DD1ED. Grayscale: #4D4D4D. Windows color (decimal): -6148590 or 1191586. OLE color: 1191586.

HSL color Cylindrical-coordinate representation of color #A22E12: hue angle of 11.67º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A22E12 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 46 18 -
CMYK 0 0.72 0.89 0.36
HSL 11.67º 0.8% 0.35% -
HSV(B) 11.67º 0.89% 0.64% -
XYZ 15.99 9.68 1.6 -
YUV 77.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 162 46 18 0 0.72 0.89 0.36 11.67 0.8 0.35
Hex A2 2E 12 0 48 59 24 C 50 23
Octal 242 56 22 0 110 131 44 14 120 43
Binary 10100010 101110 10010 0 1001000 1011001 100100 1100 1010000 100011

Color Harmonies of #A22E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22E12

Black with #A22E12

Text Example


Text Example

White with #A22E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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