Html Css Color HEX #AC7201 Dark Goldenrod

📋 copy color: '#AC7201'

red 172 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #AC7201

Tints of Dark Goldenrod #AC7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.72%

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

R = 59.93%
G = 39.72%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC7201 (or 0xAC7201) is known color: Dark Goldenrod. HEX triplet: AC, 72 and 01. RGB value is (172,114,1). Sum of RGB (Red+Green+Blue) = 172+114+1=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7201 is #538DFE. Grayscale: #767676. Windows color (decimal): -5475839 or 94892. OLE color: 94892.

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

Color convert

RGB 172 114 1 -
CMYK 0 0.34 0.99 0.33
HSL 39.65º 0.99% 0.34% -
HSV(B) 39.65º 0.99% 0.67% -
XYZ 23.04 20.81 2.83 -
YUV 118.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 172 114 1 0 0.34 0.99 0.33 39.65 0.99 0.34
Hex AC 72 1 0 22 63 21 28 63 22
Octal 254 162 1 0 42 143 41 50 143 42
Binary 10101100 1110010 1 0 100010 1100011 100001 101000 1100011 100010

Color Harmonies of #AC7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7201

Black with #AC7201

Text Example


Text Example

White with #AC7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7201; }

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

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

background-color css

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

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

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

border-color css

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

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

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