Html Css Color HEX #A98B0E Dark Goldenrod

📋 copy color: '#A98B0E'

red 169 ◦ green 139 ◦ blue 14

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

Shades of Dark Goldenrod #A98B0E

Tints of Dark Goldenrod #A98B0E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.17%

 BLUE value IS 14 (5.86% from 255) = 4.35%

R = 52.48%
G = 43.17%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A98B0E (or 0xA98B0E) is known color: Dark Goldenrod. HEX triplet: A9, 8B and 0E. RGB value is (169,139,14). Sum of RGB (Red+Green+Blue) = 169+139+14=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98B0E is #5674F1. Grayscale: #868686. Windows color (decimal): -5666034 or 953257. OLE color: 953257.

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

Color convert

RGB 169 139 14 -
CMYK 0 0.18 0.92 0.34
HSL 48.39º 0.85% 0.36% -
HSV(B) 48.39º 0.92% 0.66% -
XYZ 25.67 26.93 4.26 -
YUV 133.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 169 139 14 0 0.18 0.92 0.34 48.39 0.85 0.36
Hex A9 8B E 0 12 5C 22 30 55 24
Octal 251 213 16 0 22 134 42 60 125 44
Binary 10101001 10001011 1110 0 10010 1011100 100010 110000 1010101 100100

Color Harmonies of #A98B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98B0E

Black with #A98B0E

Text Example


Text Example

White with #A98B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98B0E; }

 p { color: rgb(169,139,14); }

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

background-color css

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

 a { background-color: rgb(169,139,14); }

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

border-color css

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

 span { border-color: rgb(169,139,14); }

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