Html Css Color HEX #A17117 Golden Brown

📋 copy color: '#A17117'

red 161 ◦ green 113 ◦ blue 23

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

Shades of Golden Brown #A17117

Tints of Golden Brown #A17117

RGB

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

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

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

R = 54.21%
G = 38.05%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A17117 (or 0xA17117) is known color: Golden Brown. HEX triplet: A1, 71 and 17. RGB value is (161,113,23). Sum of RGB (Red+Green+Blue) = 161+113+23=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A17117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17117 is #5E8EE8. Grayscale: #757575. Windows color (decimal): -6196969 or 1536417. OLE color: 1536417.

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

Color convert

RGB 161 113 23 -
CMYK 0 0.30 0.86 0.37
HSL 39.13º 0.75% 0.36% -
HSV(B) 39.13º 0.86% 0.63% -
XYZ 20.76 19.45 3.47 -
YUV 117.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 161 113 23 0 0.30 0.86 0.37 39.13 0.75 0.36
Hex A1 71 17 0 1E 56 25 27 4B 24
Octal 241 161 27 0 36 126 45 47 113 44
Binary 10100001 1110001 10111 0 11110 1010110 100101 100111 1001011 100100

Color Harmonies of #A17117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17117

Black with #A17117

Text Example


Text Example

White with #A17117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17117; }

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

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

background-color css

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

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

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

border-color css

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

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

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