Html Css Color HEX #AC760A Dark Goldenrod

📋 copy color: '#AC760A'

red 172 ◦ green 118 ◦ blue 10

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

Shades of Dark Goldenrod #AC760A

Tints of Dark Goldenrod #AC760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.33%

R = 57.33%
G = 39.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC760A (or 0xAC760A) is known color: Dark Goldenrod. HEX triplet: AC, 76 and 0A. RGB value is (172,118,10). Sum of RGB (Red+Green+Blue) = 172+118+10=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC760A is #5389F5. Grayscale: #7A7A7A. Windows color (decimal): -5474806 or 685740. OLE color: 685740.

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

Color convert

RGB 172 118 10 -
CMYK 0 0.31 0.94 0.33
HSL 40º 0.89% 0.36% -
HSV(B) 40º 0.94% 0.67% -
XYZ 23.55 21.75 3.24 -
YUV 121.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 172 118 10 0 0.31 0.94 0.33 40 0.89 0.36
Hex AC 76 A 0 1F 5E 21 28 59 24
Octal 254 166 12 0 37 136 41 50 131 44
Binary 10101100 1110110 1010 0 11111 1011110 100001 101000 1011001 100100

Color Harmonies of #AC760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC760A

Black with #AC760A

Text Example


Text Example

White with #AC760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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