Html Css Color HEX #AC8602 Dark Goldenrod

📋 copy color: '#AC8602'

red 172 ◦ green 134 ◦ blue 2

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

Shades of Dark Goldenrod #AC8602

Tints of Dark Goldenrod #AC8602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.51%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 55.84%
G = 43.51%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC8602 (or 0xAC8602) is known color: Dark Goldenrod. HEX triplet: AC, 86 and 02. RGB value is (172,134,2). Sum of RGB (Red+Green+Blue) = 172+134+2=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8602 is #5379FD. Grayscale: #828282. Windows color (decimal): -5470718 or 165548. OLE color: 165548.

HSL color Cylindrical-coordinate representation of color #AC8602: hue angle of 46.59º degrees, saturation: 0.98, 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 #AC8602 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 134 2 -
CMYK 0 0.22 0.99 0.33
HSL 46.59º 0.98% 0.34% -
HSV(B) 46.59º 0.99% 0.67% -
XYZ 25.55 25.83 3.7 -
YUV 130.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 172 134 2 0 0.22 0.99 0.33 46.59 0.98 0.34
Hex AC 86 2 0 16 63 21 2F 62 22
Octal 254 206 2 0 26 143 41 57 142 42
Binary 10101100 10000110 10 0 10110 1100011 100001 101111 1100010 100010

Color Harmonies of #AC8602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8602

Black with #AC8602

Text Example


Text Example

White with #AC8602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8602; }

 p { color: rgb(172,134,2); }

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

background-color css

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

 a { background-color: rgb(172,134,2); }

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

border-color css

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

 span { border-color: rgb(172,134,2); }

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