Html Css Color HEX #AC7710 Dark Goldenrod

📋 copy color: '#AC7710'

red 172 ◦ green 119 ◦ blue 16

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

Shades of Dark Goldenrod #AC7710

Tints of Dark Goldenrod #AC7710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.76%

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

R = 56.03%
G = 38.76%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC7710 (or 0xAC7710) is known color: Dark Goldenrod. HEX triplet: AC, 77 and 10. RGB value is (172,119,16). Sum of RGB (Red+Green+Blue) = 172+119+16=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7710 is #5388EF. Grayscale: #7B7B7B. Windows color (decimal): -5474544 or 1079212. OLE color: 1079212.

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

Color convert

RGB 172 119 16 -
CMYK 0 0.31 0.91 0.33
HSL 39.62º 0.83% 0.37% -
HSV(B) 39.62º 0.91% 0.67% -
XYZ 23.7 22 3.49 -
YUV 123.11 67.56 162.88 -
System Red Green Blue C M Y K H S L
Decimal 172 119 16 0 0.31 0.91 0.33 39.62 0.83 0.37
Hex AC 77 10 0 1F 5B 21 28 53 25
Octal 254 167 20 0 37 133 41 50 123 45
Binary 10101100 1110111 10000 0 11111 1011011 100001 101000 1010011 100101

Color Harmonies of #AC7710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7710

Black with #AC7710

Text Example


Text Example

White with #AC7710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7710; }

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

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

background-color css

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

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

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

border-color css

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

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

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