#A9780B

Color #A9780B Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A9780B

Tints of Dark Goldenrod #A9780B

Color information

#A9780B (or 0xA9780B) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 78 and 0B. RGB value is (169,120,11). Sum of RGB (Red+Green+Blue) = 169+120+11=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A9780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9780B is #5687F4. Grayscale: #7A7A7A. Windows color (decimal): -5670901 or 751785. OLE color: 751785.

HSL color Cylindrical-coordinate representation of color #A9780B: hue angle of 41.39º degrees, saturation: 0.88, 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 #A9780B is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB16912011-
CMYK00.290.930.34
HSL41.39º87.78%35.29%-
HSV(B)41.39º93.49%66.27%-
XYZ23.1421.893.32-
YUV122.2265.23161.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.33%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 11 (4.69% from 255) = 3.67%
R=56.33%
G=40%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691201100.290.930.3441.3987.7835.29
HexA978B01D5D22295823
Octal25117013035135425113043
Binary101010011111000101101110110111011000101010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9780B; }

 p { color: rgb(169,120,11); }

 H1.HeaderClassName
 {
   color: #A9780B;
 }
 .AnyTagClassName
 {
   color: #A9780B;
 }
</style>
background-color css

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

 a { background-color: rgb(169,120,11); }

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

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

 span { border-color: rgb(169,120,11); }

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