Html Css Color HEX #A98011 Dark Goldenrod

📋 copy color: '#A98011'

red 169 ◦ green 128 ◦ blue 17

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

Shades of Dark Goldenrod #A98011

Tints of Dark Goldenrod #A98011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

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

R = 53.82%
G = 40.76%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A98011 (or 0xA98011) is known color: Dark Goldenrod. HEX triplet: A9, 80 and 11. RGB value is (169,128,17). Sum of RGB (Red+Green+Blue) = 169+128+17=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A98011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98011 is #567FEE. Grayscale: #808080. Windows color (decimal): -5668847 or 1147049. OLE color: 1147049.

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

Color convert

RGB 169 128 17 -
CMYK 0 0.24 0.90 0.34
HSL 43.82º 0.82% 0.36% -
HSV(B) 43.82º 0.9% 0.66% -
XYZ 24.18 23.91 3.87 -
YUV 127.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 169 128 17 0 0.24 0.90 0.34 43.82 0.82 0.36
Hex A9 80 11 0 18 5A 22 2C 52 24
Octal 251 200 21 0 30 132 42 54 122 44
Binary 10101001 10000000 10001 0 11000 1011010 100010 101100 1010010 100100

Color Harmonies of #A98011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98011

Black with #A98011

Text Example


Text Example

White with #A98011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98011; }

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

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

background-color css

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

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

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

border-color css

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

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

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