Html Css Color HEX #AC850D Dark Goldenrod

📋 copy color: '#AC850D'

red 172 ◦ green 133 ◦ blue 13

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

Shades of Dark Goldenrod #AC850D

Tints of Dark Goldenrod #AC850D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 54.09%
G = 41.82%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC850D (or 0xAC850D) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 0D. RGB value is (172,133,13). Sum of RGB (Red+Green+Blue) = 172+133+13=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC850D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC850D is #537AF2. Grayscale: #838383. Windows color (decimal): -5470963 or 886188. OLE color: 886188.

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

Color convert

RGB 172 133 13 -
CMYK 0 0.23 0.92 0.33
HSL 45.28º 0.86% 0.36% -
HSV(B) 45.28º 0.92% 0.67% -
XYZ 25.47 25.57 3.97 -
YUV 130.98 61.42 157.26 -
System Red Green Blue C M Y K H S L
Decimal 172 133 13 0 0.23 0.92 0.33 45.28 0.86 0.36
Hex AC 85 D 0 17 5C 21 2D 56 24
Octal 254 205 15 0 27 134 41 55 126 44
Binary 10101100 10000101 1101 0 10111 1011100 100001 101101 1010110 100100

Color Harmonies of #AC850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC850D

Black with #AC850D

Text Example


Text Example

White with #AC850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC850D; }

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

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

background-color css

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

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

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

border-color css

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

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

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