Html Css Color HEX #AC7701 Dark Goldenrod

📋 copy color: '#AC7701'

red 172 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #AC7701

Tints of Dark Goldenrod #AC7701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.75%

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

R = 58.9%
G = 40.75%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC7701 (or 0xAC7701) is known color: Dark Goldenrod. HEX triplet: AC, 77 and 01. RGB value is (172,119,1). Sum of RGB (Red+Green+Blue) = 172+119+1=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7701 is #5388FE. Grayscale: #797979. Windows color (decimal): -5474559 or 96172. OLE color: 96172.

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

Color convert

RGB 172 119 1 -
CMYK 0 0.31 0.99 0.33
HSL 41.4º 0.99% 0.34% -
HSV(B) 41.4º 0.99% 0.67% -
XYZ 23.62 21.97 3.02 -
YUV 121.4 60.06 164.09 -
System Red Green Blue C M Y K H S L
Decimal 172 119 1 0 0.31 0.99 0.33 41.4 0.99 0.34
Hex AC 77 1 0 1F 63 21 29 63 22
Octal 254 167 1 0 37 143 41 51 143 42
Binary 10101100 1110111 1 0 11111 1100011 100001 101001 1100011 100010

Color Harmonies of #AC7701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7701

Black with #AC7701

Text Example


Text Example

White with #AC7701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7701; }

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

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

background-color css

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

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

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

border-color css

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

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

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