Html Css Color HEX #A97A0D Dark Goldenrod

📋 copy color: '#A97A0D'

red 169 ◦ green 122 ◦ blue 13

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

Shades of Dark Goldenrod #A97A0D

Tints of Dark Goldenrod #A97A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 55.59%
G = 40.13%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A97A0D (or 0xA97A0D) is known color: Dark Goldenrod. HEX triplet: A9, 7A and 0D. RGB value is (169,122,13). Sum of RGB (Red+Green+Blue) = 169+122+13=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97A0D is #5685F2. Grayscale: #7C7C7C. Windows color (decimal): -5670387 or 883369. OLE color: 883369.

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

Color convert

RGB 169 122 13 -
CMYK 0 0.28 0.92 0.34
HSL 41.92º 0.86% 0.36% -
HSV(B) 41.92º 0.92% 0.66% -
XYZ 23.39 22.38 3.47 -
YUV 123.63 65.57 160.36 -
System Red Green Blue C M Y K H S L
Decimal 169 122 13 0 0.28 0.92 0.34 41.92 0.86 0.36
Hex A9 7A D 0 1C 5C 22 2A 56 24
Octal 251 172 15 0 34 134 42 52 126 44
Binary 10101001 1111010 1101 0 11100 1011100 100010 101010 1010110 100100

Color Harmonies of #A97A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97A0D

Black with #A97A0D

Text Example


Text Example

White with #A97A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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