Html Css Color HEX #A17316 Golden Brown

📋 copy color: '#A17316'

red 161 ◦ green 115 ◦ blue 22

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

Shades of Golden Brown #A17316

Tints of Golden Brown #A17316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

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

R = 54.03%
G = 38.59%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A17316 (or 0xA17316) is known color: Golden Brown. HEX triplet: A1, 73 and 16. RGB value is (161,115,22). Sum of RGB (Red+Green+Blue) = 161+115+22=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A17316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17316 is #5E8CE9. Grayscale: #767676. Windows color (decimal): -6196458 or 1471393. OLE color: 1471393.

HSL color Cylindrical-coordinate representation of color #A17316: hue angle of 40.14º 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 #A17316 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 115 22 -
CMYK 0 0.29 0.86 0.37
HSL 40.14º 0.76% 0.36% -
HSV(B) 40.14º 0.86% 0.63% -
XYZ 20.97 19.9 3.49 -
YUV 118.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 161 115 22 0 0.29 0.86 0.37 40.14 0.76 0.36
Hex A1 73 16 0 1D 56 25 28 4C 24
Octal 241 163 26 0 35 126 45 50 114 44
Binary 10100001 1110011 10110 0 11101 1010110 100101 101000 1001100 100100

Color Harmonies of #A17316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17316

Black with #A17316

Text Example


Text Example

White with #A17316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17316; }

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

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

background-color css

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

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

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

border-color css

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

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

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