Html Css Color HEX #A98511 Dark Goldenrod

📋 copy color: '#A98511'

red 169 ◦ green 133 ◦ blue 17

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

Shades of Dark Goldenrod #A98511

Tints of Dark Goldenrod #A98511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

 BLUE value IS 17 (7.03% from 255) = 5.33%

R = 52.98%
G = 41.69%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A98511 (or 0xA98511) is known color: Dark Goldenrod. HEX triplet: A9, 85 and 11. RGB value is (169,133,17). Sum of RGB (Red+Green+Blue) = 169+133+17=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A98511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98511 is #567AEE. Grayscale: #838383. Windows color (decimal): -5667567 or 1148329. OLE color: 1148329.

HSL color Cylindrical-coordinate representation of color #A98511: hue angle of 45.79º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A98511 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 133 17 -
CMYK 0 0.21 0.90 0.34
HSL 45.79º 0.82% 0.36% -
HSV(B) 45.79º 0.9% 0.66% -
XYZ 24.85 25.25 4.09 -
YUV 130.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 169 133 17 0 0.21 0.90 0.34 45.79 0.82 0.36
Hex A9 85 11 0 15 5A 22 2E 52 24
Octal 251 205 21 0 25 132 42 56 122 44
Binary 10101001 10000101 10001 0 10101 1011010 100010 101110 1010010 100100

Color Harmonies of #A98511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98511

Black with #A98511

Text Example


Text Example

White with #A98511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98511; }

 p { color: rgb(169,133,17); }

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

background-color css

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

 a { background-color: rgb(169,133,17); }

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

border-color css

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

 span { border-color: rgb(169,133,17); }

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