Html Css Color HEX #AC7410 Dark Goldenrod

📋 copy color: '#AC7410'

red 172 ◦ green 116 ◦ blue 16

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

Shades of Dark Goldenrod #AC7410

Tints of Dark Goldenrod #AC7410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 56.58%
G = 38.16%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC7410 (or 0xAC7410) is known color: Dark Goldenrod. HEX triplet: AC, 74 and 10. RGB value is (172,116,16). Sum of RGB (Red+Green+Blue) = 172+116+16=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7410 is #538BEF. Grayscale: #797979. Windows color (decimal): -5475312 or 1078444. OLE color: 1078444.

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

Color convert

RGB 172 116 16 -
CMYK 0 0.33 0.91 0.33
HSL 38.46º 0.83% 0.37% -
HSV(B) 38.46º 0.91% 0.67% -
XYZ 23.35 21.3 3.37 -
YUV 121.34 68.55 164.13 -
System Red Green Blue C M Y K H S L
Decimal 172 116 16 0 0.33 0.91 0.33 38.46 0.83 0.37
Hex AC 74 10 0 21 5B 21 26 53 25
Octal 254 164 20 0 41 133 41 46 123 45
Binary 10101100 1110100 10000 0 100001 1011011 100001 100110 1010011 100101

Color Harmonies of #AC7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7410

Black with #AC7410

Text Example


Text Example

White with #AC7410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7410; }

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

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

background-color css

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

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

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

border-color css

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

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

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