Html Css Color HEX #A97A00 Dark Goldenrod

📋 copy color: '#A97A00'

red 169 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #A97A00

Tints of Dark Goldenrod #A97A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.08%
G = 41.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A97A00 (or 0xA97A00) is known color: Dark Goldenrod. HEX triplet: A9, 7A and 00. RGB value is (169,122,0). Sum of RGB (Red+Green+Blue) = 169+122+0=291 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.08% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97A00 is #5685FF. Grayscale: #7A7A7A. Windows color (decimal): -5670400 or 31401. OLE color: 31401.

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

Color convert

RGB 169 122 0 -
CMYK 0 0.28 1 0.34
HSL 43.31º 1% 0.33% -
HSV(B) 43.31º 1% 0.66% -
XYZ 23.32 22.35 3.09 -
YUV 122.15 59.07 161.42 -
System Red Green Blue C M Y K H S L
Decimal 169 122 0 0 0.28 1 0.34 43.31 1 0.33
Hex A9 7A 0 0 1C 64 22 2B 64 21
Octal 251 172 0 0 34 144 42 53 144 41
Binary 10101001 1111010 0 0 11100 1100100 100010 101011 1100100 100001

Color Harmonies of #A97A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97A00

Black with #A97A00

Text Example


Text Example

White with #A97A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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