Html Css Color HEX #A9890C Dark Goldenrod

📋 copy color: '#A9890C'

red 169 ◦ green 137 ◦ blue 12

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

Shades of Dark Goldenrod #A9890C

Tints of Dark Goldenrod #A9890C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.08%

 BLUE value IS 12 (5.08% from 255) = 3.77%

R = 53.14%
G = 43.08%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9890C (or 0xA9890C) is known color: Dark Goldenrod. HEX triplet: A9, 89 and 0C. RGB value is (169,137,12). Sum of RGB (Red+Green+Blue) = 169+137+12=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A9890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9890C is #5676F3. Grayscale: #848484. Windows color (decimal): -5666548 or 821673. OLE color: 821673.

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

Color convert

RGB 169 137 12 -
CMYK 0 0.19 0.93 0.34
HSL 47.77º 0.87% 0.35% -
HSV(B) 47.77º 0.93% 0.66% -
XYZ 25.37 26.35 4.1 -
YUV 132.32 60.1 154.16 -
System Red Green Blue C M Y K H S L
Decimal 169 137 12 0 0.19 0.93 0.34 47.77 0.87 0.35
Hex A9 89 C 0 13 5D 22 30 57 23
Octal 251 211 14 0 23 135 42 60 127 43
Binary 10101001 10001001 1100 0 10011 1011101 100010 110000 1010111 100011

Color Harmonies of #A9890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9890C

Black with #A9890C

Text Example


Text Example

White with #A9890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9890C; }

 p { color: rgb(169,137,12); }

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

background-color css

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

 a { background-color: rgb(169,137,12); }

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

border-color css

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

 span { border-color: rgb(169,137,12); }

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