Html Css Color HEX #A22C12 Brown

📋 copy color: '#A22C12'

red 162 ◦ green 44 ◦ blue 18

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

Shades of Brown #A22C12

Tints of Brown #A22C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.64%

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

R = 72.32%
G = 19.64%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A22C12 (or 0xA22C12) is known color: Brown. HEX triplet: A2, 2C and 12. RGB value is (162,44,18). Sum of RGB (Red+Green+Blue) = 162+44+18=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22C12 is #5DD3ED. Grayscale: #4C4C4C. Windows color (decimal): -6149102 or 1191074. OLE color: 1191074.

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

Color convert

RGB 162 44 18 -
CMYK 0 0.73 0.89 0.36
HSL 10.83º 0.8% 0.35% -
HSV(B) 10.83º 0.89% 0.64% -
XYZ 15.91 9.53 1.57 -
YUV 76.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 162 44 18 0 0.73 0.89 0.36 10.83 0.8 0.35
Hex A2 2C 12 0 49 59 24 B 50 23
Octal 242 54 22 0 111 131 44 13 120 43
Binary 10100010 101100 10010 0 1001001 1011001 100100 1011 1010000 100011

Color Harmonies of #A22C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22C12

Black with #A22C12

Text Example


Text Example

White with #A22C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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