Html Css Color HEX #A97A12 Dark Goldenrod

📋 copy color: '#A97A12'

red 169 ◦ green 122 ◦ blue 18

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

Shades of Dark Goldenrod #A97A12

Tints of Dark Goldenrod #A97A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 54.69%
G = 39.48%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A97A12 (or 0xA97A12) is known color: Dark Goldenrod. HEX triplet: A9, 7A and 12. RGB value is (169,122,18). Sum of RGB (Red+Green+Blue) = 169+122+18=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97A12 is #5685ED. Grayscale: #7C7C7C. Windows color (decimal): -5670382 or 1211049. OLE color: 1211049.

HSL color Cylindrical-coordinate representation of color #A97A12: hue angle of 41.32º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A97A12 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 122 18 -
CMYK 0 0.28 0.89 0.34
HSL 41.32º 0.81% 0.37% -
HSV(B) 41.32º 0.89% 0.66% -
XYZ 23.43 22.4 3.66 -
YUV 124.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 169 122 18 0 0.28 0.89 0.34 41.32 0.81 0.37
Hex A9 7A 12 0 1C 59 22 29 51 25
Octal 251 172 22 0 34 131 42 51 121 45
Binary 10101001 1111010 10010 0 11100 1011001 100010 101001 1010001 100101

Color Harmonies of #A97A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97A12

Black with #A97A12

Text Example


Text Example

White with #A97A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97A12; }

 p { color: rgb(169,122,18); }

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

background-color css

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

 a { background-color: rgb(169,122,18); }

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

border-color css

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

 span { border-color: rgb(169,122,18); }

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