Html Css Color HEX #A17115 Golden Brown

📋 copy color: '#A17115'

red 161 ◦ green 113 ◦ blue 21

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

Shades of Golden Brown #A17115

Tints of Golden Brown #A17115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.31%

 BLUE value IS 21 (8.59% from 255) = 7.12%

R = 54.58%
G = 38.31%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A17115 (or 0xA17115) is known color: Golden Brown. HEX triplet: A1, 71 and 15. RGB value is (161,113,21). Sum of RGB (Red+Green+Blue) = 161+113+21=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A17115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17115 is #5E8EEA. Grayscale: #757575. Windows color (decimal): -6196971 or 1405345. OLE color: 1405345.

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

Color convert

RGB 161 113 21 -
CMYK 0 0.30 0.87 0.37
HSL 39.43º 0.77% 0.36% -
HSV(B) 39.43º 0.87% 0.63% -
XYZ 20.74 19.44 3.37 -
YUV 116.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 161 113 21 0 0.30 0.87 0.37 39.43 0.77 0.36
Hex A1 71 15 0 1E 57 25 27 4D 24
Octal 241 161 25 0 36 127 45 47 115 44
Binary 10100001 1110001 10101 0 11110 1010111 100101 100111 1001101 100100

Color Harmonies of #A17115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17115

Black with #A17115

Text Example


Text Example

White with #A17115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17115; }

 p { color: rgb(161,113,21); }

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

background-color css

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

 a { background-color: rgb(161,113,21); }

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

border-color css

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

 span { border-color: rgb(161,113,21); }

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