Html Css Color HEX #AC8801 Dark Goldenrod

📋 copy color: '#AC8801'

red 172 ◦ green 136 ◦ blue 1

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

Shades of Dark Goldenrod #AC8801

Tints of Dark Goldenrod #AC8801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 55.66%
G = 44.01%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC8801 (or 0xAC8801) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 01. RGB value is (172,136,1). Sum of RGB (Red+Green+Blue) = 172+136+1=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8801 is #5377FE. Grayscale: #838383. Windows color (decimal): -5470207 or 100524. OLE color: 100524.

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

Color convert

RGB 172 136 1 -
CMYK 0 0.21 0.99 0.33
HSL 47.37º 0.99% 0.34% -
HSV(B) 47.37º 0.99% 0.67% -
XYZ 25.82 26.38 3.76 -
YUV 131.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 172 136 1 0 0.21 0.99 0.33 47.37 0.99 0.34
Hex AC 88 1 0 15 63 21 2F 63 22
Octal 254 210 1 0 25 143 41 57 143 42
Binary 10101100 10001000 1 0 10101 1100011 100001 101111 1100011 100010

Color Harmonies of #AC8801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8801

Black with #AC8801

Text Example


Text Example

White with #AC8801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8801; }

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

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

background-color css

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

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

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

border-color css

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

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

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