Html Css Color HEX #AC7915 Dark Goldenrod

📋 copy color: '#AC7915'

red 172 ◦ green 121 ◦ blue 21

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

Shades of Dark Goldenrod #AC7915

Tints of Dark Goldenrod #AC7915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 54.78%
G = 38.54%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC7915 (or 0xAC7915) is known color: Dark Goldenrod. HEX triplet: AC, 79 and 15. RGB value is (172,121,21). Sum of RGB (Red+Green+Blue) = 172+121+21=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7915 is #5386EA. Grayscale: #7D7D7D. Windows color (decimal): -5474027 or 1407404. OLE color: 1407404.

HSL color Cylindrical-coordinate representation of color #AC7915: hue angle of 39.74º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC7915 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 121 21 -
CMYK 0 0.30 0.88 0.33
HSL 39.74º 0.78% 0.38% -
HSV(B) 39.74º 0.88% 0.67% -
XYZ 23.99 22.5 3.79 -
YUV 124.85 69.4 161.63 -
System Red Green Blue C M Y K H S L
Decimal 172 121 21 0 0.30 0.88 0.33 39.74 0.78 0.38
Hex AC 79 15 0 1E 58 21 28 4E 26
Octal 254 171 25 0 36 130 41 50 116 46
Binary 10101100 1111001 10101 0 11110 1011000 100001 101000 1001110 100110

Color Harmonies of #AC7915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7915

Black with #AC7915

Text Example


Text Example

White with #AC7915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7915; }

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

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

background-color css

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

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

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

border-color css

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

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

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