Html Css Color HEX #AC7510 Dark Goldenrod

📋 copy color: '#AC7510'

red 172 ◦ green 117 ◦ blue 16

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

Shades of Dark Goldenrod #AC7510

Tints of Dark Goldenrod #AC7510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.25%

R = 56.39%
G = 38.36%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC7510 (or 0xAC7510) is known color: Dark Goldenrod. HEX triplet: AC, 75 and 10. RGB value is (172,117,16). Sum of RGB (Red+Green+Blue) = 172+117+16=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7510 is #538AEF. Grayscale: #7A7A7A. Windows color (decimal): -5475056 or 1078700. OLE color: 1078700.

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

Color convert

RGB 172 117 16 -
CMYK 0 0.32 0.91 0.33
HSL 38.85º 0.83% 0.37% -
HSV(B) 38.85º 0.91% 0.67% -
XYZ 23.47 21.53 3.41 -
YUV 121.93 68.22 163.71 -
System Red Green Blue C M Y K H S L
Decimal 172 117 16 0 0.32 0.91 0.33 38.85 0.83 0.37
Hex AC 75 10 0 20 5B 21 27 53 25
Octal 254 165 20 0 40 133 41 47 123 45
Binary 10101100 1110101 10000 0 100000 1011011 100001 100111 1010011 100101

Color Harmonies of #AC7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7510

Black with #AC7510

Text Example


Text Example

White with #AC7510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7510; }

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

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

background-color css

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

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

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

border-color css

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

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

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