Html Css Color HEX #AC8304 Dark Goldenrod

📋 copy color: '#AC8304'

red 172 ◦ green 131 ◦ blue 4

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

Shades of Dark Goldenrod #AC8304

Tints of Dark Goldenrod #AC8304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.67%

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 56.03%
G = 42.67%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC8304 (or 0xAC8304) is known color: Dark Goldenrod. HEX triplet: AC, 83 and 04. RGB value is (172,131,4). Sum of RGB (Red+Green+Blue) = 172+131+4=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8304 is #537CFB. Grayscale: #818181. Windows color (decimal): -5471484 or 295852. OLE color: 295852.

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

Color convert

RGB 172 131 4 -
CMYK 0 0.24 0.98 0.33
HSL 45.36º 0.95% 0.35% -
HSV(B) 45.36º 0.98% 0.67% -
XYZ 25.15 25.01 3.62 -
YUV 128.78 57.58 158.83 -
System Red Green Blue C M Y K H S L
Decimal 172 131 4 0 0.24 0.98 0.33 45.36 0.95 0.35
Hex AC 83 4 0 18 62 21 2D 5F 23
Octal 254 203 4 0 30 142 41 55 137 43
Binary 10101100 10000011 100 0 11000 1100010 100001 101101 1011111 100011

Color Harmonies of #AC8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8304

Black with #AC8304

Text Example


Text Example

White with #AC8304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8304; }

 p { color: rgb(172,131,4); }

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

background-color css

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

 a { background-color: rgb(172,131,4); }

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

border-color css

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

 span { border-color: rgb(172,131,4); }

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