Html Css Color HEX #A12616 Brown

📋 copy color: '#A12616'

red 161 ◦ green 38 ◦ blue 22

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

Shades of Brown #A12616

Tints of Brown #A12616

RGB

 RED value IS 161 (63.28% from 255) = 72.85%

 GREEN value IS 38 (15.23% from 255) = 17.19%

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

R = 72.85%
G = 17.19%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A12616 (or 0xA12616) is known color: Brown. HEX triplet: A1, 26 and 16. RGB value is (161,38,22). Sum of RGB (Red+Green+Blue) = 161+38+22=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A12616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12616 is #5ED9E9. Grayscale: #494949. Windows color (decimal): -6216170 or 1451681. OLE color: 1451681.

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

Color convert

RGB 161 38 22 -
CMYK 0 0.76 0.86 0.37
HSL 6.91º 0.76% 0.36% -
HSV(B) 6.91º 0.86% 0.63% -
XYZ 15.54 9.02 1.68 -
YUV 72.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 161 38 22 0 0.76 0.86 0.37 6.91 0.76 0.36
Hex A1 26 16 0 4C 56 25 7 4C 24
Octal 241 46 26 0 114 126 45 7 114 44
Binary 10100001 100110 10110 0 1001100 1010110 100101 111 1001100 100100

Color Harmonies of #A12616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12616

Black with #A12616

Text Example


Text Example

White with #A12616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12616; }

 p { color: rgb(161,38,22); }

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

background-color css

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

 a { background-color: rgb(161,38,22); }

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

border-color css

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

 span { border-color: rgb(161,38,22); }

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