Html Css Color HEX #A9870F Dark Goldenrod

📋 copy color: '#A9870F'

red 169 ◦ green 135 ◦ blue 15

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

Shades of Dark Goldenrod #A9870F

Tints of Dark Goldenrod #A9870F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.32%

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 52.98%
G = 42.32%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A9870F (or 0xA9870F) is known color: Dark Goldenrod. HEX triplet: A9, 87 and 0F. RGB value is (169,135,15). Sum of RGB (Red+Green+Blue) = 169+135+15=319 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.98% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 169 - color contains mainly: red. Hex color #A9870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9870F is #5678F0. Grayscale: #848484. Windows color (decimal): -5667057 or 1017769. OLE color: 1017769.

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

Color convert

RGB 169 135 15 -
CMYK 0 0.20 0.91 0.34
HSL 46.75º 0.84% 0.36% -
HSV(B) 46.75º 0.91% 0.66% -
XYZ 25.11 25.8 4.11 -
YUV 131.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 169 135 15 0 0.20 0.91 0.34 46.75 0.84 0.36
Hex A9 87 F 0 14 5B 22 2F 54 24
Octal 251 207 17 0 24 133 42 57 124 44
Binary 10101001 10000111 1111 0 10100 1011011 100010 101111 1010100 100100

Color Harmonies of #A9870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9870F

Black with #A9870F

Text Example


Text Example

White with #A9870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9870F; }

 p { color: rgb(169,135,15); }

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

background-color css

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

 a { background-color: rgb(169,135,15); }

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

border-color css

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

 span { border-color: rgb(169,135,15); }

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