Html Css Color HEX #AC8F06 Dark Goldenrod

📋 copy color: '#AC8F06'

red 172 ◦ green 143 ◦ blue 6

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

Shades of Dark Goldenrod #AC8F06

Tints of Dark Goldenrod #AC8F06

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.55%

 BLUE value IS 6 (2.73% from 255) = 1.87%

R = 53.58%
G = 44.55%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC8F06 (or 0xAC8F06) is known color: Dark Goldenrod. HEX triplet: AC, 8F and 06. RGB value is (172,143,6). Sum of RGB (Red+Green+Blue) = 172+143+6=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F06 is #5370F9. Grayscale: #888888. Windows color (decimal): -5468410 or 429996. OLE color: 429996.

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

Color convert

RGB 172 143 6 -
CMYK 0 0.17 0.97 0.33
HSL 49.52º 0.93% 0.35% -
HSV(B) 49.52º 0.97% 0.67% -
XYZ 26.87 28.43 4.24 -
YUV 136.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 172 143 6 0 0.17 0.97 0.33 49.52 0.93 0.35
Hex AC 8F 6 0 11 61 21 32 5D 23
Octal 254 217 6 0 21 141 41 62 135 43
Binary 10101100 10001111 110 0 10001 1100001 100001 110010 1011101 100011

Color Harmonies of #AC8F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F06

Black with #AC8F06

Text Example


Text Example

White with #AC8F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F06; }

 p { color: rgb(172,143,6); }

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

background-color css

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

 a { background-color: rgb(172,143,6); }

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

border-color css

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

 span { border-color: rgb(172,143,6); }

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