Html Css Color HEX #A98C10 Dark Goldenrod

📋 copy color: '#A98C10'

red 169 ◦ green 140 ◦ blue 16

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

Shades of Dark Goldenrod #A98C10

Tints of Dark Goldenrod #A98C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.08%

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

R = 52%
G = 43.08%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A98C10 (or 0xA98C10) is known color: Dark Goldenrod. HEX triplet: A9, 8C and 10. RGB value is (169,140,16). Sum of RGB (Red+Green+Blue) = 169+140+16=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98C10 is #5673EF. Grayscale: #878787. Windows color (decimal): -5665776 or 1084585. OLE color: 1084585.

HSL color Cylindrical-coordinate representation of color #A98C10: hue angle of 48.63º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A98C10 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 140 16 -
CMYK 0 0.17 0.91 0.34
HSL 48.63º 0.83% 0.36% -
HSV(B) 48.63º 0.91% 0.66% -
XYZ 25.83 27.23 4.38 -
YUV 134.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 169 140 16 0 0.17 0.91 0.34 48.63 0.83 0.36
Hex A9 8C 10 0 11 5B 22 31 53 24
Octal 251 214 20 0 21 133 42 61 123 44
Binary 10101001 10001100 10000 0 10001 1011011 100010 110001 1010011 100100

Color Harmonies of #A98C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98C10

Black with #A98C10

Text Example


Text Example

White with #A98C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98C10; }

 p { color: rgb(169,140,16); }

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

background-color css

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

 a { background-color: rgb(169,140,16); }

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

border-color css

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

 span { border-color: rgb(169,140,16); }

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