Html Css Color HEX #AD8A0C Dark Goldenrod

📋 copy color: '#AD8A0C'

red 173 ◦ green 138 ◦ blue 12

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

Shades of Dark Goldenrod #AD8A0C

Tints of Dark Goldenrod #AD8A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.72%

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

R = 53.56%
G = 42.72%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD8A0C (or 0xAD8A0C) is known color: Dark Goldenrod. HEX triplet: AD, 8A and 0C. RGB value is (173,138,12). Sum of RGB (Red+Green+Blue) = 173+138+12=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8A0C is #5275F3. Grayscale: #868686. Windows color (decimal): -5404148 or 821933. OLE color: 821933.

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

Color convert

RGB 173 138 12 -
CMYK 0 0.20 0.93 0.32
HSL 46.96º 0.87% 0.36% -
HSV(B) 46.96º 0.93% 0.68% -
XYZ 26.39 27.09 4.19 -
YUV 134.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 173 138 12 0 0.20 0.93 0.32 46.96 0.87 0.36
Hex AD 8A C 0 14 5D 20 2F 57 24
Octal 255 212 14 0 24 135 40 57 127 44
Binary 10101101 10001010 1100 0 10100 1011101 100000 101111 1010111 100100

Color Harmonies of #AD8A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A0C

Black with #AD8A0C

Text Example


Text Example

White with #AD8A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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