Html Css Color HEX #AC7413 Dark Goldenrod

📋 copy color: '#AC7413'

red 172 ◦ green 116 ◦ blue 19

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

Shades of Dark Goldenrod #AC7413

Tints of Dark Goldenrod #AC7413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.19%

R = 56.03%
G = 37.79%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC7413 (or 0xAC7413) is known color: Dark Goldenrod. HEX triplet: AC, 74 and 13. RGB value is (172,116,19). Sum of RGB (Red+Green+Blue) = 172+116+19=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7413 is #538BEC. Grayscale: #7A7A7A. Windows color (decimal): -5475309 or 1275052. OLE color: 1275052.

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

Color convert

RGB 172 116 19 -
CMYK 0 0.33 0.89 0.33
HSL 38.04º 0.8% 0.37% -
HSV(B) 38.04º 0.89% 0.67% -
XYZ 23.38 21.31 3.5 -
YUV 121.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 172 116 19 0 0.33 0.89 0.33 38.04 0.8 0.37
Hex AC 74 13 0 21 59 21 26 50 25
Octal 254 164 23 0 41 131 41 46 120 45
Binary 10101100 1110100 10011 0 100001 1011001 100001 100110 1010000 100101

Color Harmonies of #AC7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7413

Black with #AC7413

Text Example


Text Example

White with #AC7413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7413; }

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

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

background-color css

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

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

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

border-color css

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

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

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