Html Css Color HEX #AC850C Dark Goldenrod

📋 copy color: '#AC850C'

red 172 ◦ green 133 ◦ blue 12

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

Shades of Dark Goldenrod #AC850C

Tints of Dark Goldenrod #AC850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 54.26%
G = 41.96%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC850C (or 0xAC850C) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 0C. RGB value is (172,133,12). Sum of RGB (Red+Green+Blue) = 172+133+12=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC850C is #537AF3. Grayscale: #838383. Windows color (decimal): -5470964 or 820652. OLE color: 820652.

HSL color Cylindrical-coordinate representation of color #AC850C: hue angle of 45.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC850C is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 133 12 -
CMYK 0 0.23 0.93 0.33
HSL 45.38º 0.87% 0.36% -
HSV(B) 45.38º 0.93% 0.67% -
XYZ 25.47 25.57 3.94 -
YUV 130.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 172 133 12 0 0.23 0.93 0.33 45.38 0.87 0.36
Hex AC 85 C 0 17 5D 21 2D 57 24
Octal 254 205 14 0 27 135 41 55 127 44
Binary 10101100 10000101 1100 0 10111 1011101 100001 101101 1010111 100100

Color Harmonies of #AC850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC850C

Black with #AC850C

Text Example


Text Example

White with #AC850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC850C; }

 p { color: rgb(172,133,12); }

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

background-color css

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

 a { background-color: rgb(172,133,12); }

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

border-color css

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

 span { border-color: rgb(172,133,12); }

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