Html Css Color HEX #A87D10 Dark Goldenrod

📋 copy color: '#A87D10'

red 168 ◦ green 125 ◦ blue 16

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

Shades of Dark Goldenrod #A87D10

Tints of Dark Goldenrod #A87D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.45%

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 54.37%
G = 40.45%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A87D10 (or 0xA87D10) is known color: Dark Goldenrod. HEX triplet: A8, 7D and 10. RGB value is (168,125,16). Sum of RGB (Red+Green+Blue) = 168+125+16=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87D10 is #5782EF. Grayscale: #7D7D7D. Windows color (decimal): -5735152 or 1080744. OLE color: 1080744.

HSL color Cylindrical-coordinate representation of color #A87D10: hue angle of 43.03º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A87D10 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 125 16 -
CMYK 0 0.26 0.90 0.34
HSL 43.03º 0.83% 0.36% -
HSV(B) 43.03º 0.9% 0.66% -
XYZ 23.58 23.03 3.69 -
YUV 125.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 168 125 16 0 0.26 0.90 0.34 43.03 0.83 0.36
Hex A8 7D 10 0 1A 5A 22 2B 53 24
Octal 250 175 20 0 32 132 42 53 123 44
Binary 10101000 1111101 10000 0 11010 1011010 100010 101011 1010011 100100

Color Harmonies of #A87D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D10

Black with #A87D10

Text Example


Text Example

White with #A87D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D10; }

 p { color: rgb(168,125,16); }

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

background-color css

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

 a { background-color: rgb(168,125,16); }

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

border-color css

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

 span { border-color: rgb(168,125,16); }

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