Html Css Color HEX #AC7F17 Dark Goldenrod

📋 copy color: '#AC7F17'

red 172 ◦ green 127 ◦ blue 23

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

Shades of Dark Goldenrod #AC7F17

Tints of Dark Goldenrod #AC7F17

RGB

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

 GREEN value IS 127 (50% from 255) = 39.44%

 BLUE value IS 23 (9.38% from 255) = 7.14%

R = 53.42%
G = 39.44%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC7F17 (or 0xAC7F17) is known color: Dark Goldenrod. HEX triplet: AC, 7F and 17. RGB value is (172,127,23). Sum of RGB (Red+Green+Blue) = 172+127+23=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7F17 is #5380E8. Grayscale: #818181. Windows color (decimal): -5472489 or 1540012. OLE color: 1540012.

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

Color convert

RGB 172 127 23 -
CMYK 0 0.26 0.87 0.33
HSL 41.88º 0.76% 0.38% -
HSV(B) 41.88º 0.87% 0.67% -
XYZ 24.76 24.01 4.14 -
YUV 128.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 172 127 23 0 0.26 0.87 0.33 41.88 0.76 0.38
Hex AC 7F 17 0 1A 57 21 2A 4C 26
Octal 254 177 27 0 32 127 41 52 114 46
Binary 10101100 1111111 10111 0 11010 1010111 100001 101010 1001100 100110

Color Harmonies of #AC7F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F17

Black with #AC7F17

Text Example


Text Example

White with #AC7F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F17; }

 p { color: rgb(172,127,23); }

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

background-color css

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

 a { background-color: rgb(172,127,23); }

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

border-color css

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

 span { border-color: rgb(172,127,23); }

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