Html Css Color HEX #AC740B Dark Goldenrod

📋 copy color: '#AC740B'

red 172 ◦ green 116 ◦ blue 11

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

Shades of Dark Goldenrod #AC740B

Tints of Dark Goldenrod #AC740B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 57.53%
G = 38.8%
B = 3.68%

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

#AC740B (or 0xAC740B) is known color: Dark Goldenrod. HEX triplet: AC, 74 and 0B. RGB value is (172,116,11). Sum of RGB (Red+Green+Blue) = 172+116+11=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC740B is #538BF4. Grayscale: #797979. Windows color (decimal): -5475317 or 750764. OLE color: 750764.

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

Color convert

RGB 172 116 11 -
CMYK 0 0.33 0.94 0.33
HSL 39.13º 0.88% 0.36% -
HSV(B) 39.13º 0.94% 0.67% -
XYZ 23.32 21.29 3.2 -
YUV 120.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 172 116 11 0 0.33 0.94 0.33 39.13 0.88 0.36
Hex AC 74 B 0 21 5E 21 27 58 24
Octal 254 164 13 0 41 136 41 47 130 44
Binary 10101100 1110100 1011 0 100001 1011110 100001 100111 1011000 100100

Color Harmonies of #AC740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC740B

Black with #AC740B

Text Example


Text Example

White with #AC740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC740B; }

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

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

background-color css

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

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

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

border-color css

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

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

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