Html Css Color HEX #AC8503 Dark Goldenrod

📋 copy color: '#AC8503'

red 172 ◦ green 133 ◦ blue 3

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

Shades of Dark Goldenrod #AC8503

Tints of Dark Goldenrod #AC8503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.18%

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 55.84%
G = 43.18%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC8503 (or 0xAC8503) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 03. RGB value is (172,133,3). Sum of RGB (Red+Green+Blue) = 172+133+3=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8503 is #537AFC. Grayscale: #828282. Windows color (decimal): -5470973 or 230828. OLE color: 230828.

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

Color convert

RGB 172 133 3 -
CMYK 0 0.23 0.98 0.33
HSL 46.15º 0.97% 0.34% -
HSV(B) 46.15º 0.98% 0.67% -
XYZ 25.42 25.55 3.68 -
YUV 129.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 172 133 3 0 0.23 0.98 0.33 46.15 0.97 0.34
Hex AC 85 3 0 17 62 21 2E 61 22
Octal 254 205 3 0 27 142 41 56 141 42
Binary 10101100 10000101 11 0 10111 1100010 100001 101110 1100001 100010

Color Harmonies of #AC8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8503

Black with #AC8503

Text Example


Text Example

White with #AC8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8503; }

 p { color: rgb(172,133,3); }

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

background-color css

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

 a { background-color: rgb(172,133,3); }

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

border-color css

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

 span { border-color: rgb(172,133,3); }

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