Html Css Color HEX #AC7002 Dark Goldenrod

📋 copy color: '#AC7002'

red 172 ◦ green 112 ◦ blue 2

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

Shades of Dark Goldenrod #AC7002

Tints of Dark Goldenrod #AC7002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

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

R = 60.14%
G = 39.16%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC7002 (or 0xAC7002) is known color: Dark Goldenrod. HEX triplet: AC, 70 and 02. RGB value is (172,112,2). Sum of RGB (Red+Green+Blue) = 172+112+2=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7002 is #538FFD. Grayscale: #757575. Windows color (decimal): -5476350 or 159916. OLE color: 159916.

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

Color convert

RGB 172 112 2 -
CMYK 0 0.35 0.99 0.33
HSL 38.82º 0.98% 0.34% -
HSV(B) 38.82º 0.99% 0.67% -
XYZ 22.82 20.36 2.79 -
YUV 117.4 62.88 166.94 -
System Red Green Blue C M Y K H S L
Decimal 172 112 2 0 0.35 0.99 0.33 38.82 0.98 0.34
Hex AC 70 2 0 23 63 21 27 62 22
Octal 254 160 2 0 43 143 41 47 142 42
Binary 10101100 1110000 10 0 100011 1100011 100001 100111 1100010 100010

Color Harmonies of #AC7002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7002

Black with #AC7002

Text Example


Text Example

White with #AC7002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7002; }

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

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

background-color css

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

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

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

border-color css

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

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

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