Html Css Color HEX #AC9306 Dark Goldenrod

📋 copy color: '#AC9306'

red 172 ◦ green 147 ◦ blue 6

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

Shades of Dark Goldenrod #AC9306

Tints of Dark Goldenrod #AC9306

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.23%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 52.92%
G = 45.23%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC9306 (or 0xAC9306) is known color: Dark Goldenrod. HEX triplet: AC, 93 and 06. RGB value is (172,147,6). Sum of RGB (Red+Green+Blue) = 172+147+6=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9306 is #536CF9. Grayscale: #8A8A8A. Windows color (decimal): -5467386 or 431020. OLE color: 431020.

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

Color convert

RGB 172 147 6 -
CMYK 0 0.15 0.97 0.33
HSL 50.96º 0.93% 0.35% -
HSV(B) 50.96º 0.97% 0.67% -
XYZ 27.48 29.65 4.45 -
YUV 138.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 172 147 6 0 0.15 0.97 0.33 50.96 0.93 0.35
Hex AC 93 6 0 F 61 21 33 5D 23
Octal 254 223 6 0 17 141 41 63 135 43
Binary 10101100 10010011 110 0 1111 1100001 100001 110011 1011101 100011

Color Harmonies of #AC9306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9306

Black with #AC9306

Text Example


Text Example

White with #AC9306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9306; }

 p { color: rgb(172,147,6); }

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

background-color css

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

 a { background-color: rgb(172,147,6); }

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

border-color css

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

 span { border-color: rgb(172,147,6); }

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