Html Css Color HEX #A22A15 Brown

📋 copy color: '#A22A15'

red 162 ◦ green 42 ◦ blue 21

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

Shades of Brown #A22A15

Tints of Brown #A22A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.33%

R = 72%
G = 18.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A22A15 (or 0xA22A15) is known color: Brown. HEX triplet: A2, 2A and 15. RGB value is (162,42,21). Sum of RGB (Red+Green+Blue) = 162+42+21=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22A15 is #5DD5EA. Grayscale: #4B4B4B. Windows color (decimal): -6149611 or 1387170. OLE color: 1387170.

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

Color convert

RGB 162 42 21 -
CMYK 0 0.74 0.87 0.36
HSL 8.94º 0.77% 0.36% -
HSV(B) 8.94º 0.87% 0.64% -
XYZ 15.86 9.39 1.69 -
YUV 75.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 162 42 21 0 0.74 0.87 0.36 8.94 0.77 0.36
Hex A2 2A 15 0 4A 57 24 9 4D 24
Octal 242 52 25 0 112 127 44 11 115 44
Binary 10100010 101010 10101 0 1001010 1010111 100100 1001 1001101 100100

Color Harmonies of #A22A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22A15

Black with #A22A15

Text Example


Text Example

White with #A22A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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