Html Css Color HEX #A4790C Dark Goldenrod

📋 copy color: '#A4790C'

red 164 ◦ green 121 ◦ blue 12

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

Shades of Dark Goldenrod #A4790C

Tints of Dark Goldenrod #A4790C

RGB

 RED value IS 164 (64.45% from 255) = 55.22%

 GREEN value IS 121 (47.66% from 255) = 40.74%

 BLUE value IS 12 (5.08% from 255) = 4.04%

R = 55.22%
G = 40.74%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4790C (or 0xA4790C) is known color: Dark Goldenrod. HEX triplet: A4, 79 and 0C. RGB value is (164,121,12). Sum of RGB (Red+Green+Blue) = 164+121+12=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A4790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4790C is #5B86F3. Grayscale: #797979. Windows color (decimal): -5998324 or 817572. OLE color: 817572.

HSL color Cylindrical-coordinate representation of color #A4790C: hue angle of 43.03º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4790C is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 121 12 -
CMYK 0 0.26 0.93 0.36
HSL 43.03º 0.86% 0.35% -
HSV(B) 43.03º 0.93% 0.64% -
XYZ 22.21 21.59 3.35 -
YUV 121.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 164 121 12 0 0.26 0.93 0.36 43.03 0.86 0.35
Hex A4 79 C 0 1A 5D 24 2B 56 23
Octal 244 171 14 0 32 135 44 53 126 43
Binary 10100100 1111001 1100 0 11010 1011101 100100 101011 1010110 100011

Color Harmonies of #A4790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4790C

Black with #A4790C

Text Example


Text Example

White with #A4790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4790C; }

 p { color: rgb(164,121,12); }

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

background-color css

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

 a { background-color: rgb(164,121,12); }

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

border-color css

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

 span { border-color: rgb(164,121,12); }

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