Html Css Color HEX #A15611 Golden Brown

📋 copy color: '#A15611'

red 161 ◦ green 86 ◦ blue 17

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

Shades of Golden Brown #A15611

Tints of Golden Brown #A15611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.58%

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 60.98%
G = 32.58%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A15611 (or 0xA15611) is known color: Golden Brown. HEX triplet: A1, 56 and 11. RGB value is (161,86,17). Sum of RGB (Red+Green+Blue) = 161+86+17=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A15611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15611 is #5EA9EE. Grayscale: #646464. Windows color (decimal): -6203887 or 1136289. OLE color: 1136289.

HSL color Cylindrical-coordinate representation of color #A15611: hue angle of 28.75º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A15611 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 86 17 -
CMYK 0 0.47 0.89 0.37
HSL 28.75º 0.81% 0.35% -
HSV(B) 28.75º 0.89% 0.63% -
XYZ 18.13 14.27 2.33 -
YUV 100.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 161 86 17 0 0.47 0.89 0.37 28.75 0.81 0.35
Hex A1 56 11 0 2F 59 25 1D 51 23
Octal 241 126 21 0 57 131 45 35 121 43
Binary 10100001 1010110 10001 0 101111 1011001 100101 11101 1010001 100011

Color Harmonies of #A15611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15611

Black with #A15611

Text Example


Text Example

White with #A15611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15611; }

 p { color: rgb(161,86,17); }

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

background-color css

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

 a { background-color: rgb(161,86,17); }

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

border-color css

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

 span { border-color: rgb(161,86,17); }

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