Html Css Color HEX #A17017 Golden Brown

📋 copy color: '#A17017'

red 161 ◦ green 112 ◦ blue 23

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

Shades of Golden Brown #A17017

Tints of Golden Brown #A17017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.84%

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

R = 54.39%
G = 37.84%
B = 7.77%

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

#A17017 (or 0xA17017) is known color: Golden Brown. HEX triplet: A1, 70 and 17. RGB value is (161,112,23). Sum of RGB (Red+Green+Blue) = 161+112+23=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A17017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17017 is #5E8FE8. Grayscale: #747474. Windows color (decimal): -6197225 or 1536161. OLE color: 1536161.

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

Color convert

RGB 161 112 23 -
CMYK 0 0.30 0.86 0.37
HSL 38.7º 0.75% 0.36% -
HSV(B) 38.7º 0.86% 0.63% -
XYZ 20.65 19.23 3.43 -
YUV 116.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 161 112 23 0 0.30 0.86 0.37 38.7 0.75 0.36
Hex A1 70 17 0 1E 56 25 27 4B 24
Octal 241 160 27 0 36 126 45 47 113 44
Binary 10100001 1110000 10111 0 11110 1010110 100101 100111 1001011 100100

Color Harmonies of #A17017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17017

Black with #A17017

Text Example


Text Example

White with #A17017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17017; }

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

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

background-color css

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

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

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

border-color css

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

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

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