Html Css Color HEX #A22A13 Brown

📋 copy color: '#A22A13'

red 162 ◦ green 42 ◦ blue 19

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

Shades of Brown #A22A13

Tints of Brown #A22A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 72.65%
G = 18.83%
B = 8.52%

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

#A22A13 (or 0xA22A13) is known color: Brown. HEX triplet: A2, 2A and 13. RGB value is (162,42,19). Sum of RGB (Red+Green+Blue) = 162+42+19=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22A13 is #5DD5EC. Grayscale: #4B4B4B. Windows color (decimal): -6149613 or 1256098. OLE color: 1256098.

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

Color convert

RGB 162 42 19 -
CMYK 0 0.74 0.88 0.36
HSL 9.65º 0.79% 0.35% -
HSV(B) 9.65º 0.88% 0.64% -
XYZ 15.85 9.38 1.59 -
YUV 75.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 162 42 19 0 0.74 0.88 0.36 9.65 0.79 0.35
Hex A2 2A 13 0 4A 58 24 A 4F 23
Octal 242 52 23 0 112 130 44 12 117 43
Binary 10100010 101010 10011 0 1001010 1011000 100100 1010 1001111 100011

Color Harmonies of #A22A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22A13

Black with #A22A13

Text Example


Text Example

White with #A22A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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