Html Css Color HEX #AC8507 Dark Goldenrod

📋 copy color: '#AC8507'

red 172 ◦ green 133 ◦ blue 7

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

Shades of Dark Goldenrod #AC8507

Tints of Dark Goldenrod #AC8507

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

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

R = 55.13%
G = 42.63%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC8507 (or 0xAC8507) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 07. RGB value is (172,133,7). Sum of RGB (Red+Green+Blue) = 172+133+7=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8507 is #537AF8. Grayscale: #828282. Windows color (decimal): -5470969 or 492972. OLE color: 492972.

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

Color convert

RGB 172 133 7 -
CMYK 0 0.23 0.96 0.33
HSL 45.82º 0.92% 0.35% -
HSV(B) 45.82º 0.96% 0.67% -
XYZ 25.44 25.56 3.79 -
YUV 130.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 172 133 7 0 0.23 0.96 0.33 45.82 0.92 0.35
Hex AC 85 7 0 17 60 21 2E 5C 23
Octal 254 205 7 0 27 140 41 56 134 43
Binary 10101100 10000101 111 0 10111 1100000 100001 101110 1011100 100011

Color Harmonies of #AC8507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8507

Black with #AC8507

Text Example


Text Example

White with #AC8507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8507; }

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

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

background-color css

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

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

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

border-color css

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

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

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