Html Css Color HEX #A22E19 Brown

📋 copy color: '#A22E19'

red 162 ◦ green 46 ◦ blue 25

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

Shades of Brown #A22E19

Tints of Brown #A22E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.73%

R = 69.53%
G = 19.74%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A22E19 (or 0xA22E19) is known color: Brown. HEX triplet: A2, 2E and 19. RGB value is (162,46,25). Sum of RGB (Red+Green+Blue) = 162+46+25=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22E19 is #5DD1E6. Grayscale: #4E4E4E. Windows color (decimal): -6148583 or 1650338. OLE color: 1650338.

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

Color convert

RGB 162 46 25 -
CMYK 0 0.72 0.85 0.36
HSL 9.2º 0.73% 0.37% -
HSV(B) 9.2º 0.85% 0.64% -
XYZ 16.05 9.71 1.95 -
YUV 78.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 162 46 25 0 0.72 0.85 0.36 9.2 0.73 0.37
Hex A2 2E 19 0 48 55 24 9 49 25
Octal 242 56 31 0 110 125 44 11 111 45
Binary 10100010 101110 11001 0 1001000 1010101 100100 1001 1001001 100101

Color Harmonies of #A22E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22E19

Black with #A22E19

Text Example


Text Example

White with #A22E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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