Html Css Color HEX #A9760F Dark Goldenrod

📋 copy color: '#A9760F'

red 169 ◦ green 118 ◦ blue 15

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

Shades of Dark Goldenrod #A9760F

Tints of Dark Goldenrod #A9760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.07%

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

R = 55.96%
G = 39.07%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A9760F (or 0xA9760F) is known color: Dark Goldenrod. HEX triplet: A9, 76 and 0F. RGB value is (169,118,15). Sum of RGB (Red+Green+Blue) = 169+118+15=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A9760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9760F is #5689F0. Grayscale: #797979. Windows color (decimal): -5671409 or 1013417. OLE color: 1013417.

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

Color convert

RGB 169 118 15 -
CMYK 0 0.30 0.91 0.34
HSL 40.13º 0.84% 0.36% -
HSV(B) 40.13º 0.91% 0.66% -
XYZ 22.93 21.43 3.38 -
YUV 121.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 169 118 15 0 0.30 0.91 0.34 40.13 0.84 0.36
Hex A9 76 F 0 1E 5B 22 28 54 24
Octal 251 166 17 0 36 133 42 50 124 44
Binary 10101001 1110110 1111 0 11110 1011011 100010 101000 1010100 100100

Color Harmonies of #A9760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9760F

Black with #A9760F

Text Example


Text Example

White with #A9760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9760F; }

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

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

background-color css

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

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

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

border-color css

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

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

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