Html Css Color HEX #AD8212 Dark Goldenrod

📋 copy color: '#AD8212'

red 173 ◦ green 130 ◦ blue 18

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

Shades of Dark Goldenrod #AD8212

Tints of Dark Goldenrod #AD8212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

 BLUE value IS 18 (7.42% from 255) = 5.61%

R = 53.89%
G = 40.5%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD8212 (or 0xAD8212) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 12. RGB value is (173,130,18). Sum of RGB (Red+Green+Blue) = 173+130+18=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8212 is #527DED. Grayscale: #828282. Windows color (decimal): -5406190 or 1213101. OLE color: 1213101.

HSL color Cylindrical-coordinate representation of color #AD8212: hue angle of 43.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD8212 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 18 -
CMYK 0 0.25 0.90 0.32
HSL 43.35º 0.81% 0.37% -
HSV(B) 43.35º 0.9% 0.68% -
XYZ 25.33 24.89 4.04 -
YUV 130.09 64.75 158.61 -
System Red Green Blue C M Y K H S L
Decimal 173 130 18 0 0.25 0.90 0.32 43.35 0.81 0.37
Hex AD 82 12 0 19 5A 20 2B 51 25
Octal 255 202 22 0 31 132 40 53 121 45
Binary 10101101 10000010 10010 0 11001 1011010 100000 101011 1010001 100101

Color Harmonies of #AD8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8212

Black with #AD8212

Text Example


Text Example

White with #AD8212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8212; }

 p { color: rgb(173,130,18); }

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

background-color css

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

 a { background-color: rgb(173,130,18); }

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

border-color css

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

 span { border-color: rgb(173,130,18); }

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