Html Css Color HEX #A97C11 Dark Goldenrod

📋 copy color: '#A97C11'

red 169 ◦ green 124 ◦ blue 17

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

Shades of Dark Goldenrod #A97C11

Tints of Dark Goldenrod #A97C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40%

 BLUE value IS 17 (7.03% from 255) = 5.48%

R = 54.52%
G = 40%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A97C11 (or 0xA97C11) is known color: Dark Goldenrod. HEX triplet: A9, 7C and 11. RGB value is (169,124,17). Sum of RGB (Red+Green+Blue) = 169+124+17=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97C11 is #5683EE. Grayscale: #7D7D7D. Windows color (decimal): -5669871 or 1146025. OLE color: 1146025.

HSL color Cylindrical-coordinate representation of color #A97C11: hue angle of 42.24º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A97C11 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 124 17 -
CMYK 0 0.27 0.90 0.34
HSL 42.24º 0.82% 0.36% -
HSV(B) 42.24º 0.9% 0.66% -
XYZ 23.67 22.89 3.7 -
YUV 125.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 169 124 17 0 0.27 0.90 0.34 42.24 0.82 0.36
Hex A9 7C 11 0 1B 5A 22 2A 52 24
Octal 251 174 21 0 33 132 42 52 122 44
Binary 10101001 1111100 10001 0 11011 1011010 100010 101010 1010010 100100

Color Harmonies of #A97C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97C11

Black with #A97C11

Text Example


Text Example

White with #A97C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97C11; }

 p { color: rgb(169,124,17); }

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

background-color css

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

 a { background-color: rgb(169,124,17); }

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

border-color css

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

 span { border-color: rgb(169,124,17); }

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