Html Css Color HEX #A22B16 Brown

📋 copy color: '#A22B16'

red 162 ◦ green 43 ◦ blue 22

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

Shades of Brown #A22B16

Tints of Brown #A22B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.94%

 BLUE value IS 22 (8.98% from 255) = 9.69%

R = 71.37%
G = 18.94%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A22B16 (or 0xA22B16) is known color: Brown. HEX triplet: A2, 2B and 16. RGB value is (162,43,22). Sum of RGB (Red+Green+Blue) = 162+43+22=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22B16 is #5DD4E9. Grayscale: #4C4C4C. Windows color (decimal): -6149354 or 1452962. OLE color: 1452962.

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

Color convert

RGB 162 43 22 -
CMYK 0 0.73 0.86 0.36
HSL 0.76% 0.36% -
HSV(B) 0.86% 0.64% -
XYZ 15.91 9.47 1.75 -
YUV 76.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 162 43 22 0 0.73 0.86 0.36 9 0.76 0.36
Hex A2 2B 16 0 49 56 24 9 4C 24
Octal 242 53 26 0 111 126 44 11 114 44
Binary 10100010 101011 10110 0 1001001 1010110 100100 1001 1001100 100100

Color Harmonies of #A22B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22B16

Black with #A22B16

Text Example


Text Example

White with #A22B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22B16; }

 p { color: rgb(162,43,22); }

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

background-color css

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

 a { background-color: rgb(162,43,22); }

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

border-color css

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

 span { border-color: rgb(162,43,22); }

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