Html Css Color HEX #A87400 Dark Goldenrod

📋 copy color: '#A87400'

red 168 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #A87400

Tints of Dark Goldenrod #A87400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.15%
G = 40.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A87400 (or 0xA87400) is known color: Dark Goldenrod. HEX triplet: A8, 74 and 00. RGB value is (168,116,0). Sum of RGB (Red+Green+Blue) = 168+116+0=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A87400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87400 is #578BFF. Grayscale: #767676. Windows color (decimal): -5737472 or 29864. OLE color: 29864.

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

Color convert

RGB 168 116 0 -
CMYK 0 0.31 1 0.34
HSL 41.43º 1% 0.33% -
HSV(B) 41.43º 1% 0.66% -
XYZ 22.39 20.82 2.84 -
YUV 118.32 61.23 163.43 -
System Red Green Blue C M Y K H S L
Decimal 168 116 0 0 0.31 1 0.34 41.43 1 0.33
Hex A8 74 0 0 1F 64 22 29 64 21
Octal 250 164 0 0 37 144 42 51 144 41
Binary 10101000 1110100 0 0 11111 1100100 100010 101001 1100100 100001

Color Harmonies of #A87400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87400

Black with #A87400

Text Example


Text Example

White with #A87400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87400; }

 p { color: rgb(168,116,0); }

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

background-color css

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

 a { background-color: rgb(168,116,0); }

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

border-color css

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

 span { border-color: rgb(168,116,0); }

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