Html Css Color HEX #A98509 Dark Goldenrod

📋 copy color: '#A98509'

red 169 ◦ green 133 ◦ blue 9

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

Shades of Dark Goldenrod #A98509

Tints of Dark Goldenrod #A98509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.89%

R = 54.34%
G = 42.77%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A98509 (or 0xA98509) is known color: Dark Goldenrod. HEX triplet: A9, 85 and 09. RGB value is (169,133,9). Sum of RGB (Red+Green+Blue) = 169+133+9=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A98509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98509 is #567AF6. Grayscale: #828282. Windows color (decimal): -5667575 or 624041. OLE color: 624041.

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

Color convert

RGB 169 133 9 -
CMYK 0 0.21 0.95 0.34
HSL 46.5º 0.9% 0.35% -
HSV(B) 46.5º 0.95% 0.66% -
XYZ 24.8 25.23 3.82 -
YUV 129.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 169 133 9 0 0.21 0.95 0.34 46.5 0.9 0.35
Hex A9 85 9 0 15 5F 22 2E 5A 23
Octal 251 205 11 0 25 137 42 56 132 43
Binary 10101001 10000101 1001 0 10101 1011111 100010 101110 1011010 100011

Color Harmonies of #A98509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98509

Black with #A98509

Text Example


Text Example

White with #A98509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98509; }

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

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

background-color css

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

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

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

border-color css

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

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

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