Html Css Color HEX #AC7513 Dark Goldenrod

📋 copy color: '#AC7513'

red 172 ◦ green 117 ◦ blue 19

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

Shades of Dark Goldenrod #AC7513

Tints of Dark Goldenrod #AC7513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

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

R = 55.84%
G = 37.99%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC7513 (or 0xAC7513) is known color: Dark Goldenrod. HEX triplet: AC, 75 and 13. RGB value is (172,117,19). Sum of RGB (Red+Green+Blue) = 172+117+19=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7513 is #538AEC. Grayscale: #7A7A7A. Windows color (decimal): -5475053 or 1275308. OLE color: 1275308.

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

Color convert

RGB 172 117 19 -
CMYK 0 0.32 0.89 0.33
HSL 38.43º 0.8% 0.37% -
HSV(B) 38.43º 0.89% 0.67% -
XYZ 23.49 21.54 3.54 -
YUV 122.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 172 117 19 0 0.32 0.89 0.33 38.43 0.8 0.37
Hex AC 75 13 0 20 59 21 26 50 25
Octal 254 165 23 0 40 131 41 46 120 45
Binary 10101100 1110101 10011 0 100000 1011001 100001 100110 1010000 100101

Color Harmonies of #AC7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7513

Black with #AC7513

Text Example


Text Example

White with #AC7513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7513; }

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

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

background-color css

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

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

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

border-color css

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

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

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