Html Css Color HEX #AC740C Dark Goldenrod

📋 copy color: '#AC740C'

red 172 ◦ green 116 ◦ blue 12

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

Shades of Dark Goldenrod #AC740C

Tints of Dark Goldenrod #AC740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.67%

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

R = 57.33%
G = 38.67%
B = 4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC740C (or 0xAC740C) is known color: Dark Goldenrod. HEX triplet: AC, 74 and 0C. RGB value is (172,116,12). Sum of RGB (Red+Green+Blue) = 172+116+12=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC740C is #538BF3. Grayscale: #797979. Windows color (decimal): -5475316 or 816300. OLE color: 816300.

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

Color convert

RGB 172 116 12 -
CMYK 0 0.33 0.93 0.33
HSL 39º 0.87% 0.36% -
HSV(B) 39º 0.93% 0.67% -
XYZ 23.33 21.29 3.23 -
YUV 120.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 172 116 12 0 0.33 0.93 0.33 39 0.87 0.36
Hex AC 74 C 0 21 5D 21 27 57 24
Octal 254 164 14 0 41 135 41 47 127 44
Binary 10101100 1110100 1100 0 100001 1011101 100001 100111 1010111 100100

Color Harmonies of #AC740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC740C

Black with #AC740C

Text Example


Text Example

White with #AC740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC740C; }

 p { color: rgb(172,116,12); }

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

background-color css

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

 a { background-color: rgb(172,116,12); }

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

border-color css

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

 span { border-color: rgb(172,116,12); }

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