Html Css Color HEX #A79400 Dark Goldenrod

📋 copy color: '#A79400'

red 167 ◦ green 148 ◦ blue 0

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

Shades of Dark Goldenrod #A79400

Tints of Dark Goldenrod #A79400

RGB

 RED value IS 167 (65.63% from 255) = 53.02%

 GREEN value IS 148 (58.2% from 255) = 46.98%

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

R = 53.02%
G = 46.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A79400 (or 0xA79400) is known color: Dark Goldenrod. HEX triplet: A7, 94 and 00. RGB value is (167,148,0). Sum of RGB (Red+Green+Blue) = 167+148+0=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A79400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79400 is #586BFF. Grayscale: #898989. Windows color (decimal): -5794816 or 38055. OLE color: 38055.

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

Color convert

RGB 167 148 0 -
CMYK 0 0.11 1 0.35
HSL 53.17º 1% 0.33% -
HSV(B) 53.17º 1% 0.65% -
XYZ 26.53 29.4 4.28 -
YUV 136.81 50.79 149.53 -
System Red Green Blue C M Y K H S L
Decimal 167 148 0 0 0.11 1 0.35 53.17 1 0.33
Hex A7 94 0 0 B 64 23 35 64 21
Octal 247 224 0 0 13 144 43 65 144 41
Binary 10100111 10010100 0 0 1011 1100100 100011 110101 1100100 100001

Color Harmonies of #A79400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79400

Black with #A79400

Text Example


Text Example

White with #A79400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79400; }

 p { color: rgb(167,148,0); }

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

background-color css

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

 a { background-color: rgb(167,148,0); }

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

border-color css

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

 span { border-color: rgb(167,148,0); }

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