Html Css Color HEX #AC7705 Dark Goldenrod

📋 copy color: '#AC7705'

red 172 ◦ green 119 ◦ blue 5

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

Shades of Dark Goldenrod #AC7705

Tints of Dark Goldenrod #AC7705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 58.11%
G = 40.2%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC7705 (or 0xAC7705) is known color: Dark Goldenrod. HEX triplet: AC, 77 and 05. RGB value is (172,119,5). Sum of RGB (Red+Green+Blue) = 172+119+5=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7705 is #5388FA. Grayscale: #7A7A7A. Windows color (decimal): -5474555 or 358316. OLE color: 358316.

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

Color convert

RGB 172 119 5 -
CMYK 0 0.31 0.97 0.33
HSL 40.96º 0.94% 0.35% -
HSV(B) 40.96º 0.97% 0.67% -
XYZ 23.64 21.98 3.14 -
YUV 121.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 172 119 5 0 0.31 0.97 0.33 40.96 0.94 0.35
Hex AC 77 5 0 1F 61 21 29 5E 23
Octal 254 167 5 0 37 141 41 51 136 43
Binary 10101100 1110111 101 0 11111 1100001 100001 101001 1011110 100011

Color Harmonies of #AC7705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7705

Black with #AC7705

Text Example


Text Example

White with #AC7705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7705; }

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

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

background-color css

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

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

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

border-color css

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

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

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