Html Css Color HEX #A87017 Golden Brown

📋 copy color: '#A87017'

red 168 ◦ green 112 ◦ blue 23

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

Shades of Golden Brown #A87017

Tints of Golden Brown #A87017

RGB

 RED value IS 168 (66.02% from 255) = 55.45%

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

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

R = 55.45%
G = 36.96%
B = 7.59%

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

#A87017 (or 0xA87017) is known color: Golden Brown. HEX triplet: A8, 70 and 17. RGB value is (168,112,23). Sum of RGB (Red+Green+Blue) = 168+112+23=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A87017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87017 is #578FE8. Grayscale: #777777. Windows color (decimal): -5738473 or 1536168. OLE color: 1536168.

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

Color convert

RGB 168 112 23 -
CMYK 0 0.33 0.86 0.34
HSL 36.83º 0.76% 0.37% -
HSV(B) 36.83º 0.86% 0.66% -
XYZ 22.1 19.98 3.5 -
YUV 118.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 168 112 23 0 0.33 0.86 0.34 36.83 0.76 0.37
Hex A8 70 17 0 21 56 22 25 4C 25
Octal 250 160 27 0 41 126 42 45 114 45
Binary 10101000 1110000 10111 0 100001 1010110 100010 100101 1001100 100101

Color Harmonies of #A87017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87017

Black with #A87017

Text Example


Text Example

White with #A87017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87017; }

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

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

background-color css

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

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

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

border-color css

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

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

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