Html Css Color HEX #A97117 Golden Brown

📋 copy color: '#A97117'

red 169 ◦ green 113 ◦ blue 23

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

Shades of Golden Brown #A97117

Tints of Golden Brown #A97117

RGB

 RED value IS 169 (66.41% from 255) = 55.41%

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

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

R = 55.41%
G = 37.05%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A97117 (or 0xA97117) is known color: Golden Brown. HEX triplet: A9, 71 and 17. RGB value is (169,113,23). Sum of RGB (Red+Green+Blue) = 169+113+23=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A97117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97117 is #568EE8. Grayscale: #777777. Windows color (decimal): -5672681 or 1536425. OLE color: 1536425.

HSL color Cylindrical-coordinate representation of color #A97117: hue angle of 36.99º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A97117 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 113 23 -
CMYK 0 0.33 0.86 0.34
HSL 36.99º 0.76% 0.38% -
HSV(B) 36.99º 0.86% 0.66% -
XYZ 22.42 20.31 3.55 -
YUV 119.48 73.55 163.32 -
System Red Green Blue C M Y K H S L
Decimal 169 113 23 0 0.33 0.86 0.34 36.99 0.76 0.38
Hex A9 71 17 0 21 56 22 25 4C 26
Octal 251 161 27 0 41 126 42 45 114 46
Binary 10101001 1110001 10111 0 100001 1010110 100010 100101 1001100 100110

Color Harmonies of #A97117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97117

Black with #A97117

Text Example


Text Example

White with #A97117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97117; }

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

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

background-color css

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

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

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

border-color css

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

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

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