Html Css Color HEX #AC8713 Dark Goldenrod

📋 copy color: '#AC8713'

red 172 ◦ green 135 ◦ blue 19

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

Shades of Dark Goldenrod #AC8713

Tints of Dark Goldenrod #AC8713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 52.76%
G = 41.41%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC8713 (or 0xAC8713) is known color: Dark Goldenrod. HEX triplet: AC, 87 and 13. RGB value is (172,135,19). Sum of RGB (Red+Green+Blue) = 172+135+19=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8713 is #5378EC. Grayscale: #858585. Windows color (decimal): -5470445 or 1279916. OLE color: 1279916.

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

Color convert

RGB 172 135 19 -
CMYK 0 0.22 0.89 0.33
HSL 45.49º 0.8% 0.37% -
HSV(B) 45.49º 0.89% 0.67% -
XYZ 25.79 26.15 4.3 -
YUV 132.84 63.76 155.93 -
System Red Green Blue C M Y K H S L
Decimal 172 135 19 0 0.22 0.89 0.33 45.49 0.8 0.37
Hex AC 87 13 0 16 59 21 2D 50 25
Octal 254 207 23 0 26 131 41 55 120 45
Binary 10101100 10000111 10011 0 10110 1011001 100001 101101 1010000 100101

Color Harmonies of #AC8713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8713

Black with #AC8713

Text Example


Text Example

White with #AC8713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8713; }

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

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

background-color css

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

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

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

border-color css

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

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

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