Html Css Color HEX #AC8C07 Dark Goldenrod

📋 copy color: '#AC8C07'

red 172 ◦ green 140 ◦ blue 7

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

Shades of Dark Goldenrod #AC8C07

Tints of Dark Goldenrod #AC8C07

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.89%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 53.92%
G = 43.89%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC8C07 (or 0xAC8C07) is known color: Dark Goldenrod. HEX triplet: AC, 8C and 07. RGB value is (172,140,7). Sum of RGB (Red+Green+Blue) = 172+140+7=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C07 is #5373F8. Grayscale: #868686. Windows color (decimal): -5469177 or 494764. OLE color: 494764.

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

Color convert

RGB 172 140 7 -
CMYK 0 0.19 0.96 0.33
HSL 48.36º 0.92% 0.35% -
HSV(B) 48.36º 0.96% 0.67% -
XYZ 26.43 27.54 4.12 -
YUV 134.41 56.1 154.81 -
System Red Green Blue C M Y K H S L
Decimal 172 140 7 0 0.19 0.96 0.33 48.36 0.92 0.35
Hex AC 8C 7 0 13 60 21 30 5C 23
Octal 254 214 7 0 23 140 41 60 134 43
Binary 10101100 10001100 111 0 10011 1100000 100001 110000 1011100 100011

Color Harmonies of #AC8C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C07

Black with #AC8C07

Text Example


Text Example

White with #AC8C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C07; }

 p { color: rgb(172,140,7); }

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

background-color css

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

 a { background-color: rgb(172,140,7); }

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

border-color css

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

 span { border-color: rgb(172,140,7); }

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