Html Css Color HEX #AC740D Dark Goldenrod

📋 copy color: '#AC740D'

red 172 ◦ green 116 ◦ blue 13

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

Shades of Dark Goldenrod #AC740D

Tints of Dark Goldenrod #AC740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 57.14%
G = 38.54%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC740D (or 0xAC740D) is known color: Dark Goldenrod. HEX triplet: AC, 74 and 0D. RGB value is (172,116,13). Sum of RGB (Red+Green+Blue) = 172+116+13=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC740D is #538BF2. Grayscale: #797979. Windows color (decimal): -5475315 or 881836. OLE color: 881836.

HSL color Cylindrical-coordinate representation of color #AC740D: hue angle of 38.87º degrees, saturation: 0.86, 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 #AC740D is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 116 13 -
CMYK 0 0.33 0.92 0.33
HSL 38.87º 0.86% 0.36% -
HSV(B) 38.87º 0.92% 0.67% -
XYZ 23.33 21.29 3.26 -
YUV 121 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 172 116 13 0 0.33 0.92 0.33 38.87 0.86 0.36
Hex AC 74 D 0 21 5C 21 27 56 24
Octal 254 164 15 0 41 134 41 47 126 44
Binary 10101100 1110100 1101 0 100001 1011100 100001 100111 1010110 100100

Color Harmonies of #AC740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC740D

Black with #AC740D

Text Example


Text Example

White with #AC740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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