Html Css Color HEX #AC740A Dark Goldenrod

📋 copy color: '#AC740A'

red 172 ◦ green 116 ◦ blue 10

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

Shades of Dark Goldenrod #AC740A

Tints of Dark Goldenrod #AC740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.93%

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

R = 57.72%
G = 38.93%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC740A (or 0xAC740A) is known color: Dark Goldenrod. HEX triplet: AC, 74 and 0A. RGB value is (172,116,10). Sum of RGB (Red+Green+Blue) = 172+116+10=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC740A is #538BF5. Grayscale: #797979. Windows color (decimal): -5475318 or 685228. OLE color: 685228.

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

Color convert

RGB 172 116 10 -
CMYK 0 0.33 0.94 0.33
HSL 39.26º 0.89% 0.36% -
HSV(B) 39.26º 0.94% 0.67% -
XYZ 23.31 21.28 3.17 -
YUV 120.66 65.55 164.62 -
System Red Green Blue C M Y K H S L
Decimal 172 116 10 0 0.33 0.94 0.33 39.26 0.89 0.36
Hex AC 74 A 0 21 5E 21 27 59 24
Octal 254 164 12 0 41 136 41 47 131 44
Binary 10101100 1110100 1010 0 100001 1011110 100001 100111 1011001 100100

Color Harmonies of #AC740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC740A

Black with #AC740A

Text Example


Text Example

White with #AC740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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