Html Css Color HEX #AC790E Dark Goldenrod

📋 copy color: '#AC790E'

red 172 ◦ green 121 ◦ blue 14

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

Shades of Dark Goldenrod #AC790E

Tints of Dark Goldenrod #AC790E

RGB

 RED value IS 172 (67.58% from 255) = 56.03%

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

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 56.03%
G = 39.41%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC790E (or 0xAC790E) is known color: Dark Goldenrod. HEX triplet: AC, 79 and 0E. RGB value is (172,121,14). Sum of RGB (Red+Green+Blue) = 172+121+14=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC790E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC790E is #5386F1. Grayscale: #7C7C7C. Windows color (decimal): -5474034 or 948652. OLE color: 948652.

HSL color Cylindrical-coordinate representation of color #AC790E: hue angle of 40.63º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC790E is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 121 14 -
CMYK 0 0.30 0.92 0.33
HSL 40.63º 0.85% 0.36% -
HSV(B) 40.63º 0.92% 0.67% -
XYZ 23.93 22.48 3.49 -
YUV 124.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 172 121 14 0 0.30 0.92 0.33 40.63 0.85 0.36
Hex AC 79 E 0 1E 5C 21 29 55 24
Octal 254 171 16 0 36 134 41 51 125 44
Binary 10101100 1111001 1110 0 11110 1011100 100001 101001 1010101 100100

Color Harmonies of #AC790E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC790E

Black with #AC790E

Text Example


Text Example

White with #AC790E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC790E; }

 p { color: rgb(172,121,14); }

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

background-color css

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

 a { background-color: rgb(172,121,14); }

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

border-color css

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

 span { border-color: rgb(172,121,14); }

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