Html Css Color HEX #AC8818 Dark Goldenrod

📋 copy color: '#AC8818'

red 172 ◦ green 136 ◦ blue 24

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

Shades of Dark Goldenrod #AC8818

Tints of Dark Goldenrod #AC8818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 51.81%
G = 40.96%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC8818 (or 0xAC8818) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 18. RGB value is (172,136,24). Sum of RGB (Red+Green+Blue) = 172+136+24=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8818 is #5377E7. Grayscale: #868686. Windows color (decimal): -5470184 or 1607852. OLE color: 1607852.

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

Color convert

RGB 172 136 24 -
CMYK 0 0.21 0.86 0.33
HSL 45.41º 0.76% 0.38% -
HSV(B) 45.41º 0.86% 0.67% -
XYZ 25.98 26.44 4.6 -
YUV 134 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 172 136 24 0 0.21 0.86 0.33 45.41 0.76 0.38
Hex AC 88 18 0 15 56 21 2D 4C 26
Octal 254 210 30 0 25 126 41 55 114 46
Binary 10101100 10001000 11000 0 10101 1010110 100001 101101 1001100 100110

Color Harmonies of #AC8818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8818

Black with #AC8818

Text Example


Text Example

White with #AC8818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8818; }

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

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

background-color css

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

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

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

border-color css

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

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

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