#A9770B

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

Shades of Dark Goldenrod #A9770B

Tints of Dark Goldenrod #A9770B

Color information

#A9770B (or 0xA9770B) is unknown color: approx Dark Goldenrod. HEX triplet: A9, 77 and 0B. RGB value is (169,119,11). Sum of RGB (Red+Green+Blue) = 169+119+11=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A9770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9770B is #5688F4. Grayscale: #7A7A7A. Windows color (decimal): -5671157 or 751529. OLE color: 751529.

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

Color convert

RGB16911911-
CMYK00.300.930.34
HSL41.01º87.78%35.29%-
HSV(B)41.01º93.49%66.27%-
XYZ23.0221.653.28-
YUV121.6465.56161.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.52%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 11 (4.69% from 255) = 3.68%
R=56.52%
G=39.80%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691191100.300.930.3441.0187.7835.29
HexA977B01E5D22295823
Octal25116713036135425113043
Binary101010011110111101101111010111011000101010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9770B; }

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

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

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

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

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

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

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

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