Html Css Color HEX #A9880F Dark Goldenrod

📋 copy color: '#A9880F'

red 169 ◦ green 136 ◦ blue 15

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

Shades of Dark Goldenrod #A9880F

Tints of Dark Goldenrod #A9880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.5%

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

R = 52.81%
G = 42.5%
B = 4.69%

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

#A9880F (or 0xA9880F) is known color: Dark Goldenrod. HEX triplet: A9, 88 and 0F. RGB value is (169,136,15). Sum of RGB (Red+Green+Blue) = 169+136+15=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A9880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9880F is #5677F0. Grayscale: #848484. Windows color (decimal): -5666801 or 1018025. OLE color: 1018025.

HSL color Cylindrical-coordinate representation of color #A9880F: hue angle of 47.14º 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 #A9880F is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 136 15 -
CMYK 0 0.20 0.91 0.34
HSL 47.14º 0.84% 0.36% -
HSV(B) 47.14º 0.91% 0.66% -
XYZ 25.25 26.08 4.15 -
YUV 132.07 61.93 154.34 -
System Red Green Blue C M Y K H S L
Decimal 169 136 15 0 0.20 0.91 0.34 47.14 0.84 0.36
Hex A9 88 F 0 14 5B 22 2F 54 24
Octal 251 210 17 0 24 133 42 57 124 44
Binary 10101001 10001000 1111 0 10100 1011011 100010 101111 1010100 100100

Color Harmonies of #A9880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9880F

Black with #A9880F

Text Example


Text Example

White with #A9880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9880F; }

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

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

background-color css

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

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

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

border-color css

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

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

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