Html Css Color HEX #AC780C Dark Goldenrod

📋 copy color: '#AC780C'

red 172 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #AC780C

Tints of Dark Goldenrod #AC780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.47%

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

R = 56.58%
G = 39.47%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC780C (or 0xAC780C) is known color: Dark Goldenrod. HEX triplet: AC, 78 and 0C. RGB value is (172,120,12). Sum of RGB (Red+Green+Blue) = 172+120+12=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC780C is #5387F3. Grayscale: #7B7B7B. Windows color (decimal): -5474292 or 817324. OLE color: 817324.

HSL color Cylindrical-coordinate representation of color #AC780C: hue angle of 40.5º 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 #AC780C is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 120 12 -
CMYK 0 0.30 0.93 0.33
HSL 40.5º 0.87% 0.36% -
HSV(B) 40.5º 0.93% 0.67% -
XYZ 23.8 22.23 3.38 -
YUV 123.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 172 120 12 0 0.30 0.93 0.33 40.5 0.87 0.36
Hex AC 78 C 0 1E 5D 21 28 57 24
Octal 254 170 14 0 36 135 41 50 127 44
Binary 10101100 1111000 1100 0 11110 1011101 100001 101000 1010111 100100

Color Harmonies of #AC780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC780C

Black with #AC780C

Text Example


Text Example

White with #AC780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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