Html Css Color HEX #AC9107 Dark Goldenrod

📋 copy color: '#AC9107'

red 172 ◦ green 145 ◦ blue 7

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

Shades of Dark Goldenrod #AC9107

Tints of Dark Goldenrod #AC9107

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.75%

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 53.09%
G = 44.75%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC9107 (or 0xAC9107) is known color: Dark Goldenrod. HEX triplet: AC, 91 and 07. RGB value is (172,145,7). Sum of RGB (Red+Green+Blue) = 172+145+7=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9107 is #536EF8. Grayscale: #898989. Windows color (decimal): -5467897 or 496044. OLE color: 496044.

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

Color convert

RGB 172 145 7 -
CMYK 0 0.16 0.96 0.33
HSL 50.18º 0.92% 0.35% -
HSV(B) 50.18º 0.96% 0.67% -
XYZ 27.18 29.04 4.37 -
YUV 137.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 172 145 7 0 0.16 0.96 0.33 50.18 0.92 0.35
Hex AC 91 7 0 10 60 21 32 5C 23
Octal 254 221 7 0 20 140 41 62 134 43
Binary 10101100 10010001 111 0 10000 1100000 100001 110010 1011100 100011

Color Harmonies of #AC9107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9107

Black with #AC9107

Text Example


Text Example

White with #AC9107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9107; }

 p { color: rgb(172,145,7); }

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

background-color css

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

 a { background-color: rgb(172,145,7); }

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

border-color css

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

 span { border-color: rgb(172,145,7); }

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