Html Css Color HEX #A98700 Dark Goldenrod

📋 copy color: '#A98700'

red 169 ◦ green 135 ◦ blue 0

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

Shades of Dark Goldenrod #A98700

Tints of Dark Goldenrod #A98700

RGB

 RED value IS 169 (66.41% from 255) = 55.59%

 GREEN value IS 135 (53.13% from 255) = 44.41%

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

R = 55.59%
G = 44.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A98700 (or 0xA98700) is known color: Dark Goldenrod. HEX triplet: A9, 87 and 00. RGB value is (169,135,0). Sum of RGB (Red+Green+Blue) = 169+135+0=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A98700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98700 is #5678FF. Grayscale: #828282. Windows color (decimal): -5667072 or 34729. OLE color: 34729.

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

Color convert

RGB 169 135 0 -
CMYK 0 0.20 1 0.34
HSL 47.93º 1% 0.33% -
HSV(B) 47.93º 1% 0.66% -
XYZ 25.03 25.76 3.65 -
YUV 129.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 169 135 0 0 0.20 1 0.34 47.93 1 0.33
Hex A9 87 0 0 14 64 22 30 64 21
Octal 251 207 0 0 24 144 42 60 144 41
Binary 10101001 10000111 0 0 10100 1100100 100010 110000 1100100 100001

Color Harmonies of #A98700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98700

Black with #A98700

Text Example


Text Example

White with #A98700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98700; }

 p { color: rgb(169,135,0); }

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

background-color css

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

 a { background-color: rgb(169,135,0); }

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

border-color css

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

 span { border-color: rgb(169,135,0); }

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