Html Css Color HEX #AC8003 Dark Goldenrod

📋 copy color: '#AC8003'

red 172 ◦ green 128 ◦ blue 3

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

Shades of Dark Goldenrod #AC8003

Tints of Dark Goldenrod #AC8003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.24%

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

R = 56.77%
G = 42.24%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC8003 (or 0xAC8003) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 03. RGB value is (172,128,3). Sum of RGB (Red+Green+Blue) = 172+128+3=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8003 is #537FFC. Grayscale: #7F7F7F. Windows color (decimal): -5472253 or 229548. OLE color: 229548.

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

Color convert

RGB 172 128 3 -
CMYK 0 0.26 0.98 0.33
HSL 44.38º 0.97% 0.34% -
HSV(B) 44.38º 0.98% 0.67% -
XYZ 24.75 24.22 3.46 -
YUV 126.91 58.08 160.16 -
System Red Green Blue C M Y K H S L
Decimal 172 128 3 0 0.26 0.98 0.33 44.38 0.97 0.34
Hex AC 80 3 0 1A 62 21 2C 61 22
Octal 254 200 3 0 32 142 41 54 141 42
Binary 10101100 10000000 11 0 11010 1100010 100001 101100 1100001 100010

Color Harmonies of #AC8003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8003

Black with #AC8003

Text Example


Text Example

White with #AC8003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8003; }

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

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

background-color css

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

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

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

border-color css

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

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

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