Html Css Color HEX #AC8807 Dark Goldenrod

📋 copy color: '#AC8807'

red 172 ◦ green 136 ◦ blue 7

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

Shades of Dark Goldenrod #AC8807

Tints of Dark Goldenrod #AC8807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 54.6%
G = 43.17%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC8807 (or 0xAC8807) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 07. RGB value is (172,136,7). Sum of RGB (Red+Green+Blue) = 172+136+7=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8807 is #5377F8. Grayscale: #848484. Windows color (decimal): -5470201 or 493740. OLE color: 493740.

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

Color convert

RGB 172 136 7 -
CMYK 0 0.21 0.96 0.33
HSL 46.91º 0.92% 0.35% -
HSV(B) 46.91º 0.96% 0.67% -
XYZ 25.86 26.39 3.93 -
YUV 132.06 57.43 156.49 -
System Red Green Blue C M Y K H S L
Decimal 172 136 7 0 0.21 0.96 0.33 46.91 0.92 0.35
Hex AC 88 7 0 15 60 21 2F 5C 23
Octal 254 210 7 0 25 140 41 57 134 43
Binary 10101100 10001000 111 0 10101 1100000 100001 101111 1011100 100011

Color Harmonies of #AC8807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8807

Black with #AC8807

Text Example


Text Example

White with #AC8807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8807; }

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

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

background-color css

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

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

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

border-color css

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

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

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