Html Css Color HEX #AC7911 Dark Goldenrod

📋 copy color: '#AC7911'

red 172 ◦ green 121 ◦ blue 17

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

Shades of Dark Goldenrod #AC7911

Tints of Dark Goldenrod #AC7911

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.03%

 BLUE value IS 17 (7.03% from 255) = 5.48%

R = 55.48%
G = 39.03%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC7911 (or 0xAC7911) is known color: Dark Goldenrod. HEX triplet: AC, 79 and 11. RGB value is (172,121,17). Sum of RGB (Red+Green+Blue) = 172+121+17=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7911 is #5386EE. Grayscale: #7C7C7C. Windows color (decimal): -5474031 or 1145260. OLE color: 1145260.

HSL color Cylindrical-coordinate representation of color #AC7911: hue angle of 40.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC7911 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 121 17 -
CMYK 0 0.30 0.90 0.33
HSL 40.26º 0.82% 0.37% -
HSV(B) 40.26º 0.9% 0.67% -
XYZ 23.95 22.49 3.61 -
YUV 124.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 172 121 17 0 0.30 0.90 0.33 40.26 0.82 0.37
Hex AC 79 11 0 1E 5A 21 28 52 25
Octal 254 171 21 0 36 132 41 50 122 45
Binary 10101100 1111001 10001 0 11110 1011010 100001 101000 1010010 100101

Color Harmonies of #AC7911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7911

Black with #AC7911

Text Example


Text Example

White with #AC7911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7911; }

 p { color: rgb(172,121,17); }

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

background-color css

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

 a { background-color: rgb(172,121,17); }

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

border-color css

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

 span { border-color: rgb(172,121,17); }

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