Html Css Color HEX #AC750C Dark Goldenrod

📋 copy color: '#AC750C'

red 172 ◦ green 117 ◦ blue 12

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

Shades of Dark Goldenrod #AC750C

Tints of Dark Goldenrod #AC750C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 57.14%
G = 38.87%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC750C (or 0xAC750C) is known color: Dark Goldenrod. HEX triplet: AC, 75 and 0C. RGB value is (172,117,12). Sum of RGB (Red+Green+Blue) = 172+117+12=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC750C is #538AF3. Grayscale: #797979. Windows color (decimal): -5475060 or 816556. OLE color: 816556.

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

Color convert

RGB 172 117 12 -
CMYK 0 0.32 0.93 0.33
HSL 39.38º 0.87% 0.36% -
HSV(B) 39.38º 0.93% 0.67% -
XYZ 23.44 21.52 3.27 -
YUV 121.48 66.22 164.04 -
System Red Green Blue C M Y K H S L
Decimal 172 117 12 0 0.32 0.93 0.33 39.38 0.87 0.36
Hex AC 75 C 0 20 5D 21 27 57 24
Octal 254 165 14 0 40 135 41 47 127 44
Binary 10101100 1110101 1100 0 100000 1011101 100001 100111 1010111 100100

Color Harmonies of #AC750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC750C

Black with #AC750C

Text Example


Text Example

White with #AC750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC750C; }

 p { color: rgb(172,117,12); }

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

background-color css

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

 a { background-color: rgb(172,117,12); }

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

border-color css

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

 span { border-color: rgb(172,117,12); }

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