Html Css Color HEX #A98F0A Dark Goldenrod

📋 copy color: '#A98F0A'

red 169 ◦ green 143 ◦ blue 10

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

Shades of Dark Goldenrod #A98F0A

Tints of Dark Goldenrod #A98F0A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.41%

 BLUE value IS 10 (4.3% from 255) = 3.11%

R = 52.48%
G = 44.41%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A98F0A (or 0xA98F0A) is known color: Dark Goldenrod. HEX triplet: A9, 8F and 0A. RGB value is (169,143,10). Sum of RGB (Red+Green+Blue) = 169+143+10=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98F0A is #5670F5. Grayscale: #888888. Windows color (decimal): -5665014 or 692137. OLE color: 692137.

HSL color Cylindrical-coordinate representation of color #A98F0A: hue angle of 50.19º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A98F0A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 143 10 -
CMYK 0 0.15 0.94 0.34
HSL 50.19º 0.89% 0.35% -
HSV(B) 50.19º 0.94% 0.66% -
XYZ 26.24 28.1 4.33 -
YUV 135.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 169 143 10 0 0.15 0.94 0.34 50.19 0.89 0.35
Hex A9 8F A 0 F 5E 22 32 59 23
Octal 251 217 12 0 17 136 42 62 131 43
Binary 10101001 10001111 1010 0 1111 1011110 100010 110010 1011001 100011

Color Harmonies of #A98F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98F0A

Black with #A98F0A

Text Example


Text Example

White with #A98F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98F0A; }

 p { color: rgb(169,143,10); }

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

background-color css

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

 a { background-color: rgb(169,143,10); }

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

border-color css

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

 span { border-color: rgb(169,143,10); }

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