Html Css Color HEX #A63217 Brown

📋 copy color: '#A63217'

red 166 ◦ green 50 ◦ blue 23

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

Shades of Brown #A63217

Tints of Brown #A63217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

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

R = 69.46%
G = 20.92%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A63217 (or 0xA63217) is known color: Brown. HEX triplet: A6, 32 and 17. RGB value is (166,50,23). Sum of RGB (Red+Green+Blue) = 166+50+23=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A63217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63217 is #59CDE8. Grayscale: #515151. Windows color (decimal): -5885417 or 1520294. OLE color: 1520294.

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

Color convert

RGB 166 50 23 -
CMYK 0 0.70 0.86 0.35
HSL 11.33º 0.76% 0.37% -
HSV(B) 11.33º 0.86% 0.65% -
XYZ 17.02 10.45 1.93 -
YUV 81.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 166 50 23 0 0.70 0.86 0.35 11.33 0.76 0.37
Hex A6 32 17 0 46 56 23 B 4C 25
Octal 246 62 27 0 106 126 43 13 114 45
Binary 10100110 110010 10111 0 1000110 1010110 100011 1011 1001100 100101

Color Harmonies of #A63217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63217

Black with #A63217

Text Example


Text Example

White with #A63217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63217; }

 p { color: rgb(166,50,23); }

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

background-color css

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

 a { background-color: rgb(166,50,23); }

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

border-color css

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

 span { border-color: rgb(166,50,23); }

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