Html Css Color HEX #AD870C Dark Goldenrod

📋 copy color: '#AD870C'

red 173 ◦ green 135 ◦ blue 12

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

Shades of Dark Goldenrod #AD870C

Tints of Dark Goldenrod #AD870C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.19%

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

R = 54.06%
G = 42.19%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD870C (or 0xAD870C) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 0C. RGB value is (173,135,12). Sum of RGB (Red+Green+Blue) = 173+135+12=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD870C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD870C is #5278F3. Grayscale: #848484. Windows color (decimal): -5404916 or 821165. OLE color: 821165.

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

Color convert

RGB 173 135 12 -
CMYK 0 0.22 0.93 0.32
HSL 45.84º 0.87% 0.36% -
HSV(B) 45.84º 0.93% 0.68% -
XYZ 25.96 26.24 4.04 -
YUV 132.34 60.09 157 -
System Red Green Blue C M Y K H S L
Decimal 173 135 12 0 0.22 0.93 0.32 45.84 0.87 0.36
Hex AD 87 C 0 16 5D 20 2E 57 24
Octal 255 207 14 0 26 135 40 56 127 44
Binary 10101101 10000111 1100 0 10110 1011101 100000 101110 1010111 100100

Color Harmonies of #AD870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD870C

Black with #AD870C

Text Example


Text Example

White with #AD870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD870C; }

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

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

background-color css

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

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

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

border-color css

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

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

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