Html Css Color HEX #AD890C Dark Goldenrod

📋 copy color: '#AD890C'

red 173 ◦ green 137 ◦ blue 12

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

Shades of Dark Goldenrod #AD890C

Tints of Dark Goldenrod #AD890C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.55%

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

R = 53.73%
G = 42.55%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD890C (or 0xAD890C) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 0C. RGB value is (173,137,12). Sum of RGB (Red+Green+Blue) = 173+137+12=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD890C is #5276F3. Grayscale: #868686. Windows color (decimal): -5404404 or 821677. OLE color: 821677.

HSL color Cylindrical-coordinate representation of color #AD890C: hue angle of 46.58º 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 #AD890C is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 12 -
CMYK 0 0.21 0.93 0.32
HSL 46.58º 0.87% 0.36% -
HSV(B) 46.58º 0.93% 0.68% -
XYZ 26.25 26.8 4.14 -
YUV 133.51 59.43 156.16 -
System Red Green Blue C M Y K H S L
Decimal 173 137 12 0 0.21 0.93 0.32 46.58 0.87 0.36
Hex AD 89 C 0 15 5D 20 2F 57 24
Octal 255 211 14 0 25 135 40 57 127 44
Binary 10101101 10001001 1100 0 10101 1011101 100000 101111 1010111 100100

Color Harmonies of #AD890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD890C

Black with #AD890C

Text Example


Text Example

White with #AD890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD890C; }

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

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

background-color css

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

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

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

border-color css

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

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

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