Html Css Color HEX #AC8A10 Dark Goldenrod

📋 copy color: '#AC8A10'

red 172 ◦ green 138 ◦ blue 16

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

Shades of Dark Goldenrod #AC8A10

Tints of Dark Goldenrod #AC8A10

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.33%

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

R = 52.76%
G = 42.33%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC8A10 (or 0xAC8A10) is known color: Dark Goldenrod. HEX triplet: AC, 8A and 10. RGB value is (172,138,16). Sum of RGB (Red+Green+Blue) = 172+138+16=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A10 is #5375EF. Grayscale: #868686. Windows color (decimal): -5469680 or 1084076. OLE color: 1084076.

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

Color convert

RGB 172 138 16 -
CMYK 0 0.20 0.91 0.33
HSL 46.92º 0.83% 0.37% -
HSV(B) 46.92º 0.91% 0.67% -
XYZ 26.2 26.99 4.32 -
YUV 134.26 61.26 154.92 -
System Red Green Blue C M Y K H S L
Decimal 172 138 16 0 0.20 0.91 0.33 46.92 0.83 0.37
Hex AC 8A 10 0 14 5B 21 2F 53 25
Octal 254 212 20 0 24 133 41 57 123 45
Binary 10101100 10001010 10000 0 10100 1011011 100001 101111 1010011 100101

Color Harmonies of #AC8A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A10

Black with #AC8A10

Text Example


Text Example

White with #AC8A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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