Html Css Color HEX #AC7107 Dark Goldenrod

📋 copy color: '#AC7107'

red 172 ◦ green 113 ◦ blue 7

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

Shades of Dark Goldenrod #AC7107

Tints of Dark Goldenrod #AC7107

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

 BLUE value IS 7 (3.13% from 255) = 2.4%

R = 58.9%
G = 38.7%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC7107 (or 0xAC7107) is known color: Dark Goldenrod. HEX triplet: AC, 71 and 07. RGB value is (172,113,7). Sum of RGB (Red+Green+Blue) = 172+113+7=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7107 is #538EF8. Grayscale: #777777. Windows color (decimal): -5476089 or 487852. OLE color: 487852.

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

Color convert

RGB 172 113 7 -
CMYK 0 0.34 0.96 0.33
HSL 38.55º 0.92% 0.35% -
HSV(B) 38.55º 0.96% 0.67% -
XYZ 22.96 20.6 2.97 -
YUV 118.56 65.05 166.12 -
System Red Green Blue C M Y K H S L
Decimal 172 113 7 0 0.34 0.96 0.33 38.55 0.92 0.35
Hex AC 71 7 0 22 60 21 27 5C 23
Octal 254 161 7 0 42 140 41 47 134 43
Binary 10101100 1110001 111 0 100010 1100000 100001 100111 1011100 100011

Color Harmonies of #AC7107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7107

Black with #AC7107

Text Example


Text Example

White with #AC7107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7107; }

 p { color: rgb(172,113,7); }

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

background-color css

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

 a { background-color: rgb(172,113,7); }

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

border-color css

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

 span { border-color: rgb(172,113,7); }

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