Html Css Color HEX #AC760C Dark Goldenrod

📋 copy color: '#AC760C'

red 172 ◦ green 118 ◦ blue 12

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

Shades of Dark Goldenrod #AC760C

Tints of Dark Goldenrod #AC760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.07%

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

R = 56.95%
G = 39.07%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC760C (or 0xAC760C) is known color: Dark Goldenrod. HEX triplet: AC, 76 and 0C. RGB value is (172,118,12). Sum of RGB (Red+Green+Blue) = 172+118+12=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC760C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC760C is #5389F3. Grayscale: #7A7A7A. Windows color (decimal): -5474804 or 816812. OLE color: 816812.

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

Color convert

RGB 172 118 12 -
CMYK 0 0.31 0.93 0.33
HSL 39.75º 0.87% 0.36% -
HSV(B) 39.75º 0.93% 0.67% -
XYZ 23.56 21.75 3.31 -
YUV 122.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 172 118 12 0 0.31 0.93 0.33 39.75 0.87 0.36
Hex AC 76 C 0 1F 5D 21 28 57 24
Octal 254 166 14 0 37 135 41 50 127 44
Binary 10101100 1110110 1100 0 11111 1011101 100001 101000 1010111 100100

Color Harmonies of #AC760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC760C

Black with #AC760C

Text Example


Text Example

White with #AC760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC760C; }

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

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

background-color css

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

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

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

border-color css

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

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

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