Html Css Color HEX #A22A14 Brown

📋 copy color: '#A22A14'

red 162 ◦ green 42 ◦ blue 20

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

Shades of Brown #A22A14

Tints of Brown #A22A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.75%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 72.32%
G = 18.75%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A22A14 (or 0xA22A14) is known color: Brown. HEX triplet: A2, 2A and 14. RGB value is (162,42,20). Sum of RGB (Red+Green+Blue) = 162+42+20=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22A14 is #5DD5EB. Grayscale: #4B4B4B. Windows color (decimal): -6149612 or 1321634. OLE color: 1321634.

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

Color convert

RGB 162 42 20 -
CMYK 0 0.74 0.88 0.36
HSL 9.3º 0.78% 0.36% -
HSV(B) 9.3º 0.88% 0.64% -
XYZ 15.85 9.39 1.64 -
YUV 75.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 162 42 20 0 0.74 0.88 0.36 9.3 0.78 0.36
Hex A2 2A 14 0 4A 58 24 9 4E 24
Octal 242 52 24 0 112 130 44 11 116 44
Binary 10100010 101010 10100 0 1001010 1011000 100100 1001 1001110 100100

Color Harmonies of #A22A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22A14

Black with #A22A14

Text Example


Text Example

White with #A22A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22A14; }

 p { color: rgb(162,42,20); }

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

background-color css

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

 a { background-color: rgb(162,42,20); }

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

border-color css

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

 span { border-color: rgb(162,42,20); }

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