Html Css Color HEX #AD850C Dark Goldenrod

📋 copy color: '#AD850C'

red 173 ◦ green 133 ◦ blue 12

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

Shades of Dark Goldenrod #AD850C

Tints of Dark Goldenrod #AD850C

RGB

 RED value IS 173 (67.97% from 255) = 54.4%

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

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

R = 54.4%
G = 41.82%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD850C (or 0xAD850C) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 0C. RGB value is (173,133,12). Sum of RGB (Red+Green+Blue) = 173+133+12=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD850C is #527AF3. Grayscale: #838383. Windows color (decimal): -5405428 or 820653. OLE color: 820653.

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

Color convert

RGB 173 133 12 -
CMYK 0 0.23 0.93 0.32
HSL 45.09º 0.87% 0.36% -
HSV(B) 45.09º 0.93% 0.68% -
XYZ 25.69 25.69 3.95 -
YUV 131.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 173 133 12 0 0.23 0.93 0.32 45.09 0.87 0.36
Hex AD 85 C 0 17 5D 20 2D 57 24
Octal 255 205 14 0 27 135 40 55 127 44
Binary 10101101 10000101 1100 0 10111 1011101 100000 101101 1010111 100100

Color Harmonies of #AD850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD850C

Black with #AD850C

Text Example


Text Example

White with #AD850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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