Html Css Color HEX #AC8207 Dark Goldenrod

📋 copy color: '#AC8207'

red 172 ◦ green 130 ◦ blue 7

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

Shades of Dark Goldenrod #AC8207

Tints of Dark Goldenrod #AC8207

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.07%

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

R = 55.66%
G = 42.07%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC8207 (or 0xAC8207) is known color: Dark Goldenrod. HEX triplet: AC, 82 and 07. RGB value is (172,130,7). Sum of RGB (Red+Green+Blue) = 172+130+7=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8207 is #537DF8. Grayscale: #818181. Windows color (decimal): -5471737 or 492204. OLE color: 492204.

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

Color convert

RGB 172 130 7 -
CMYK 0 0.24 0.96 0.33
HSL 44.73º 0.92% 0.35% -
HSV(B) 44.73º 0.96% 0.67% -
XYZ 25.03 24.75 3.66 -
YUV 128.54 59.41 159 -
System Red Green Blue C M Y K H S L
Decimal 172 130 7 0 0.24 0.96 0.33 44.73 0.92 0.35
Hex AC 82 7 0 18 60 21 2D 5C 23
Octal 254 202 7 0 30 140 41 55 134 43
Binary 10101100 10000010 111 0 11000 1100000 100001 101101 1011100 100011

Color Harmonies of #AC8207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8207

Black with #AC8207

Text Example


Text Example

White with #AC8207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8207; }

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

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

background-color css

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

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

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

border-color css

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

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

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