Html Css Color HEX #AC9502 Dark Goldenrod

📋 copy color: '#AC9502'

red 172 ◦ green 149 ◦ blue 2

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

Shades of Dark Goldenrod #AC9502

Tints of Dark Goldenrod #AC9502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

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

R = 53.25%
G = 46.13%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC9502 (or 0xAC9502) is known color: Dark Goldenrod. HEX triplet: AC, 95 and 02. RGB value is (172,149,2). Sum of RGB (Red+Green+Blue) = 172+149+2=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9502 is #536AFD. Grayscale: #8B8B8B. Windows color (decimal): -5466878 or 169388. OLE color: 169388.

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

Color convert

RGB 172 149 2 -
CMYK 0 0.13 0.99 0.33
HSL 51.88º 0.98% 0.34% -
HSV(B) 51.88º 0.99% 0.67% -
XYZ 27.77 30.27 4.44 -
YUV 139.12 50.62 151.45 -
System Red Green Blue C M Y K H S L
Decimal 172 149 2 0 0.13 0.99 0.33 51.88 0.98 0.34
Hex AC 95 2 0 D 63 21 34 62 22
Octal 254 225 2 0 15 143 41 64 142 42
Binary 10101100 10010101 10 0 1101 1100011 100001 110100 1100010 100010

Color Harmonies of #AC9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9502

Black with #AC9502

Text Example


Text Example

White with #AC9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9502; }

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

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

background-color css

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

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

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

border-color css

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

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

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