Html Css Color HEX #A23116 Brown

📋 copy color: '#A23116'

red 162 ◦ green 49 ◦ blue 22

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

Shades of Brown #A23116

Tints of Brown #A23116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

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

R = 69.53%
G = 21.03%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A23116 (or 0xA23116) is known color: Brown. HEX triplet: A2, 31 and 16. RGB value is (162,49,22). Sum of RGB (Red+Green+Blue) = 162+49+22=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A23116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23116 is #5DCEE9. Grayscale: #4F4F4F. Windows color (decimal): -6147818 or 1454498. OLE color: 1454498.

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

Color convert

RGB 162 49 22 -
CMYK 0 0.70 0.86 0.36
HSL 11.57º 0.76% 0.36% -
HSV(B) 11.57º 0.86% 0.64% -
XYZ 16.14 9.94 1.83 -
YUV 79.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 162 49 22 0 0.70 0.86 0.36 11.57 0.76 0.36
Hex A2 31 16 0 46 56 24 C 4C 24
Octal 242 61 26 0 106 126 44 14 114 44
Binary 10100010 110001 10110 0 1000110 1010110 100100 1100 1001100 100100

Color Harmonies of #A23116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23116

Black with #A23116

Text Example


Text Example

White with #A23116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23116; }

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

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

background-color css

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

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

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

border-color css

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

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

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