Html Css Color HEX #AC7401 Dark Goldenrod

📋 copy color: '#AC7401'

red 172 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #AC7401

Tints of Dark Goldenrod #AC7401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.14%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 59.52%
G = 40.14%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC7401 (or 0xAC7401) is known color: Dark Goldenrod. HEX triplet: AC, 74 and 01. RGB value is (172,116,1). Sum of RGB (Red+Green+Blue) = 172+116+1=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7401 is #538BFE. Grayscale: #787878. Windows color (decimal): -5475327 or 95404. OLE color: 95404.

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

Color convert

RGB 172 116 1 -
CMYK 0 0.33 0.99 0.33
HSL 40.35º 0.99% 0.34% -
HSV(B) 40.35º 0.99% 0.67% -
XYZ 23.26 21.26 2.91 -
YUV 119.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 172 116 1 0 0.33 0.99 0.33 40.35 0.99 0.34
Hex AC 74 1 0 21 63 21 28 63 22
Octal 254 164 1 0 41 143 41 50 143 42
Binary 10101100 1110100 1 0 100001 1100011 100001 101000 1100011 100010

Color Harmonies of #AC7401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7401

Black with #AC7401

Text Example


Text Example

White with #AC7401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7401; }

 p { color: rgb(172,116,1); }

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

background-color css

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

 a { background-color: rgb(172,116,1); }

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

border-color css

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

 span { border-color: rgb(172,116,1); }

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