Html Css Color HEX #A22B17 Brown

📋 copy color: '#A22B17'

red 162 ◦ green 43 ◦ blue 23

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

Shades of Brown #A22B17

Tints of Brown #A22B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.09%

R = 71.05%
G = 18.86%
B = 10.09%

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

#A22B17 (or 0xA22B17) is known color: Brown. HEX triplet: A2, 2B and 17. RGB value is (162,43,23). Sum of RGB (Red+Green+Blue) = 162+43+23=228 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.05% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22B17 is #5DD4E8. Grayscale: #4C4C4C. Windows color (decimal): -6149353 or 1518498. OLE color: 1518498.

HSL color Cylindrical-coordinate representation of color #A22B17: hue angle of 8.63º degrees, saturation: 0.75, 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 #A22B17 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 43 23 -
CMYK 0 0.73 0.86 0.36
HSL 8.63º 0.75% 0.36% -
HSV(B) 8.63º 0.86% 0.64% -
XYZ 15.92 9.47 1.8 -
YUV 76.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 162 43 23 0 0.73 0.86 0.36 8.63 0.75 0.36
Hex A2 2B 17 0 49 56 24 9 4B 24
Octal 242 53 27 0 111 126 44 11 113 44
Binary 10100010 101011 10111 0 1001001 1010110 100100 1001 1001011 100100

Color Harmonies of #A22B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22B17

Black with #A22B17

Text Example


Text Example

White with #A22B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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