Html Css Color HEX #AC9102 Dark Goldenrod

📋 copy color: '#AC9102'

red 172 ◦ green 145 ◦ blue 2

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

Shades of Dark Goldenrod #AC9102

Tints of Dark Goldenrod #AC9102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 53.92%
G = 45.45%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC9102 (or 0xAC9102) is known color: Dark Goldenrod. HEX triplet: AC, 91 and 02. RGB value is (172,145,2). Sum of RGB (Red+Green+Blue) = 172+145+2=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9102 is #536EFD. Grayscale: #898989. Windows color (decimal): -5467902 or 168364. OLE color: 168364.

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

Color convert

RGB 172 145 2 -
CMYK 0 0.16 0.99 0.33
HSL 50.47º 0.98% 0.34% -
HSV(B) 50.47º 0.99% 0.67% -
XYZ 27.15 29.03 4.23 -
YUV 136.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 172 145 2 0 0.16 0.99 0.33 50.47 0.98 0.34
Hex AC 91 2 0 10 63 21 32 62 22
Octal 254 221 2 0 20 143 41 62 142 42
Binary 10101100 10010001 10 0 10000 1100011 100001 110010 1100010 100010

Color Harmonies of #AC9102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9102

Black with #AC9102

Text Example


Text Example

White with #AC9102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9102; }

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

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

background-color css

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

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

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

border-color css

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

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

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