Html Css Color HEX #A98600 Dark Goldenrod

📋 copy color: '#A98600'

red 169 ◦ green 134 ◦ blue 0

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

Shades of Dark Goldenrod #A98600

Tints of Dark Goldenrod #A98600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.22%

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

R = 55.78%
G = 44.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A98600 (or 0xA98600) is known color: Dark Goldenrod. HEX triplet: A9, 86 and 00. RGB value is (169,134,0). Sum of RGB (Red+Green+Blue) = 169+134+0=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A98600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98600 is #5679FF. Grayscale: #818181. Windows color (decimal): -5667328 or 34473. OLE color: 34473.

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

Color convert

RGB 169 134 0 -
CMYK 0 0.21 1 0.34
HSL 47.57º 1% 0.33% -
HSV(B) 47.57º 1% 0.66% -
XYZ 24.89 25.49 3.61 -
YUV 129.19 55.1 156.4 -
System Red Green Blue C M Y K H S L
Decimal 169 134 0 0 0.21 1 0.34 47.57 1 0.33
Hex A9 86 0 0 15 64 22 30 64 21
Octal 251 206 0 0 25 144 42 60 144 41
Binary 10101001 10000110 0 0 10101 1100100 100010 110000 1100100 100001

Color Harmonies of #A98600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98600

Black with #A98600

Text Example


Text Example

White with #A98600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98600; }

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

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

background-color css

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

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

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

border-color css

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

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

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