Html Css Color HEX #AC8717 Dark Goldenrod

📋 copy color: '#AC8717'

red 172 ◦ green 135 ◦ blue 23

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

Shades of Dark Goldenrod #AC8717

Tints of Dark Goldenrod #AC8717

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

 BLUE value IS 23 (9.38% from 255) = 6.97%

R = 52.12%
G = 40.91%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC8717 (or 0xAC8717) is known color: Dark Goldenrod. HEX triplet: AC, 87 and 17. RGB value is (172,135,23). Sum of RGB (Red+Green+Blue) = 172+135+23=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8717 is #5378E8. Grayscale: #858585. Windows color (decimal): -5470441 or 1542060. OLE color: 1542060.

HSL color Cylindrical-coordinate representation of color #AC8717: hue angle of 45.1º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC8717 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 135 23 -
CMYK 0 0.22 0.87 0.33
HSL 45.1º 0.76% 0.38% -
HSV(B) 45.1º 0.87% 0.67% -
XYZ 25.83 26.16 4.5 -
YUV 133.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 172 135 23 0 0.22 0.87 0.33 45.1 0.76 0.38
Hex AC 87 17 0 16 57 21 2D 4C 26
Octal 254 207 27 0 26 127 41 55 114 46
Binary 10101100 10000111 10111 0 10110 1010111 100001 101101 1001100 100110

Color Harmonies of #AC8717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8717

Black with #AC8717

Text Example


Text Example

White with #AC8717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8717; }

 p { color: rgb(172,135,23); }

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

background-color css

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

 a { background-color: rgb(172,135,23); }

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

border-color css

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

 span { border-color: rgb(172,135,23); }

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