Html Css Color HEX #A98100 Dark Goldenrod

📋 copy color: '#A98100'

red 169 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #A98100

Tints of Dark Goldenrod #A98100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

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

R = 56.71%
G = 43.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A98100 (or 0xA98100) is known color: Dark Goldenrod. HEX triplet: A9, 81 and 00. RGB value is (169,129,0). Sum of RGB (Red+Green+Blue) = 169+129+0=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A98100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98100 is #567EFF. Grayscale: #7E7E7E. Windows color (decimal): -5668608 or 33193. OLE color: 33193.

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

Color convert

RGB 169 129 0 -
CMYK 0 0.24 1 0.34
HSL 45.8º 1% 0.33% -
HSV(B) 45.8º 1% 0.66% -
XYZ 24.21 24.14 3.38 -
YUV 126.25 56.75 158.49 -
System Red Green Blue C M Y K H S L
Decimal 169 129 0 0 0.24 1 0.34 45.8 1 0.33
Hex A9 81 0 0 18 64 22 2E 64 21
Octal 251 201 0 0 30 144 42 56 144 41
Binary 10101001 10000001 0 0 11000 1100100 100010 101110 1100100 100001

Color Harmonies of #A98100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98100

Black with #A98100

Text Example


Text Example

White with #A98100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98100; }

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

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

background-color css

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

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

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

border-color css

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

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

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