Html Css Color HEX #AC7A15 Dark Goldenrod

📋 copy color: '#AC7A15'

red 172 ◦ green 122 ◦ blue 21

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

Shades of Dark Goldenrod #AC7A15

Tints of Dark Goldenrod #AC7A15

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.73%

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

R = 54.6%
G = 38.73%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC7A15 (or 0xAC7A15) is known color: Dark Goldenrod. HEX triplet: AC, 7A and 15. RGB value is (172,122,21). Sum of RGB (Red+Green+Blue) = 172+122+21=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7A15 is #5385EA. Grayscale: #7D7D7D. Windows color (decimal): -5473771 or 1407660. OLE color: 1407660.

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

Color convert

RGB 172 122 21 -
CMYK 0 0.29 0.88 0.33
HSL 40.13º 0.78% 0.38% -
HSV(B) 40.13º 0.88% 0.67% -
XYZ 24.11 22.74 3.83 -
YUV 125.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 172 122 21 0 0.29 0.88 0.33 40.13 0.78 0.38
Hex AC 7A 15 0 1D 58 21 28 4E 26
Octal 254 172 25 0 35 130 41 50 116 46
Binary 10101100 1111010 10101 0 11101 1011000 100001 101000 1001110 100110

Color Harmonies of #AC7A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A15

Black with #AC7A15

Text Example


Text Example

White with #AC7A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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