Html Css Color HEX #A97D10 Dark Goldenrod

📋 copy color: '#A97D10'

red 169 ◦ green 125 ◦ blue 16

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

Shades of Dark Goldenrod #A97D10

Tints of Dark Goldenrod #A97D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.32%

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 54.52%
G = 40.32%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A97D10 (or 0xA97D10) is known color: Dark Goldenrod. HEX triplet: A9, 7D and 10. RGB value is (169,125,16). Sum of RGB (Red+Green+Blue) = 169+125+16=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97D10 is #5682EF. Grayscale: #7E7E7E. Windows color (decimal): -5669616 or 1080745. OLE color: 1080745.

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

Color convert

RGB 169 125 16 -
CMYK 0 0.26 0.91 0.34
HSL 42.75º 0.83% 0.36% -
HSV(B) 42.75º 0.91% 0.66% -
XYZ 23.79 23.14 3.7 -
YUV 125.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 169 125 16 0 0.26 0.91 0.34 42.75 0.83 0.36
Hex A9 7D 10 0 1A 5B 22 2B 53 24
Octal 251 175 20 0 32 133 42 53 123 44
Binary 10101001 1111101 10000 0 11010 1011011 100010 101011 1010011 100100

Color Harmonies of #A97D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97D10

Black with #A97D10

Text Example


Text Example

White with #A97D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97D10; }

 p { color: rgb(169,125,16); }

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

background-color css

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

 a { background-color: rgb(169,125,16); }

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

border-color css

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

 span { border-color: rgb(169,125,16); }

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