Html Css Color HEX #AC7500 Dark Goldenrod

📋 copy color: '#AC7500'

red 172 ◦ green 117 ◦ blue 0

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

Shades of Dark Goldenrod #AC7500

Tints of Dark Goldenrod #AC7500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.52%
G = 40.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC7500 (or 0xAC7500) is known color: Dark Goldenrod. HEX triplet: AC, 75 and 00. RGB value is (172,117,0). Sum of RGB (Red+Green+Blue) = 172+117+0=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7500 is #538AFF. Grayscale: #787878. Windows color (decimal): -5475072 or 30124. OLE color: 30124.

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

Color convert

RGB 172 117 0 -
CMYK 0 0.32 1 0.33
HSL 40.81º 1% 0.34% -
HSV(B) 40.81º 1% 0.67% -
XYZ 23.37 21.49 2.92 -
YUV 120.11 60.22 165.01 -
System Red Green Blue C M Y K H S L
Decimal 172 117 0 0 0.32 1 0.33 40.81 1 0.34
Hex AC 75 0 0 20 64 21 29 64 22
Octal 254 165 0 0 40 144 41 51 144 42
Binary 10101100 1110101 0 0 100000 1100100 100001 101001 1100100 100010

Color Harmonies of #AC7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7500

Black with #AC7500

Text Example


Text Example

White with #AC7500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7500; }

 p { color: rgb(172,117,0); }

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

background-color css

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

 a { background-color: rgb(172,117,0); }

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

border-color css

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

 span { border-color: rgb(172,117,0); }

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