Html Css Color HEX #A63016 Brown

📋 copy color: '#A63016'

red 166 ◦ green 48 ◦ blue 22

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

Shades of Brown #A63016

Tints of Brown #A63016

RGB

 RED value IS 166 (65.23% from 255) = 70.34%

 GREEN value IS 48 (19.14% from 255) = 20.34%

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

R = 70.34%
G = 20.34%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A63016 (or 0xA63016) is known color: Brown. HEX triplet: A6, 30 and 16. RGB value is (166,48,22). Sum of RGB (Red+Green+Blue) = 166+48+22=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A63016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63016 is #59CFE9. Grayscale: #505050. Windows color (decimal): -5885930 or 1454246. OLE color: 1454246.

HSL color Cylindrical-coordinate representation of color #A63016: hue angle of 10.83º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A63016 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 48 22 -
CMYK 0 0.71 0.87 0.35
HSL 10.83º 0.77% 0.37% -
HSV(B) 10.83º 0.87% 0.65% -
XYZ 16.93 10.28 1.85 -
YUV 80.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 166 48 22 0 0.71 0.87 0.35 10.83 0.77 0.37
Hex A6 30 16 0 47 57 23 B 4D 25
Octal 246 60 26 0 107 127 43 13 115 45
Binary 10100110 110000 10110 0 1000111 1010111 100011 1011 1001101 100101

Color Harmonies of #A63016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63016

Black with #A63016

Text Example


Text Example

White with #A63016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63016; }

 p { color: rgb(166,48,22); }

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

background-color css

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

 a { background-color: rgb(166,48,22); }

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

border-color css

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

 span { border-color: rgb(166,48,22); }

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