Html Css Color HEX #AC8813 Dark Goldenrod

📋 copy color: '#AC8813'

red 172 ◦ green 136 ◦ blue 19

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

Shades of Dark Goldenrod #AC8813

Tints of Dark Goldenrod #AC8813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.59%

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

R = 52.6%
G = 41.59%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC8813 (or 0xAC8813) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 13. RGB value is (172,136,19). Sum of RGB (Red+Green+Blue) = 172+136+19=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8813 is #5377EC. Grayscale: #858585. Windows color (decimal): -5470189 or 1280172. OLE color: 1280172.

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

Color convert

RGB 172 136 19 -
CMYK 0 0.21 0.89 0.33
HSL 45.88º 0.8% 0.37% -
HSV(B) 45.88º 0.89% 0.67% -
XYZ 25.93 26.43 4.35 -
YUV 133.43 63.43 155.51 -
System Red Green Blue C M Y K H S L
Decimal 172 136 19 0 0.21 0.89 0.33 45.88 0.8 0.37
Hex AC 88 13 0 15 59 21 2E 50 25
Octal 254 210 23 0 25 131 41 56 120 45
Binary 10101100 10001000 10011 0 10101 1011001 100001 101110 1010000 100101

Color Harmonies of #AC8813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8813

Black with #AC8813

Text Example


Text Example

White with #AC8813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8813; }

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

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

background-color css

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

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

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

border-color css

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

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

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