Html Css Color HEX #A87910 Dark Goldenrod

📋 copy color: '#A87910'

red 168 ◦ green 121 ◦ blue 16

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

Shades of Dark Goldenrod #A87910

Tints of Dark Goldenrod #A87910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.67%

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

R = 55.08%
G = 39.67%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A87910 (or 0xA87910) is known color: Dark Goldenrod. HEX triplet: A8, 79 and 10. RGB value is (168,121,16). Sum of RGB (Red+Green+Blue) = 168+121+16=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A87910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87910 is #5786EF. Grayscale: #7B7B7B. Windows color (decimal): -5736176 or 1079720. OLE color: 1079720.

HSL color Cylindrical-coordinate representation of color #A87910: hue angle of 41.45º 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 #A87910 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 121 16 -
CMYK 0 0.28 0.90 0.34
HSL 41.45º 0.83% 0.36% -
HSV(B) 41.45º 0.9% 0.66% -
XYZ 23.08 22.04 3.53 -
YUV 123.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 168 121 16 0 0.28 0.90 0.34 41.45 0.83 0.36
Hex A8 79 10 0 1C 5A 22 29 53 24
Octal 250 171 20 0 34 132 42 51 123 44
Binary 10101000 1111001 10000 0 11100 1011010 100010 101001 1010011 100100

Color Harmonies of #A87910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87910

Black with #A87910

Text Example


Text Example

White with #A87910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87910; }

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

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

background-color css

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

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

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

border-color css

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

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

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