Html Css Color HEX #AD8412 Dark Goldenrod

📋 copy color: '#AD8412'

red 173 ◦ green 132 ◦ blue 18

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

Shades of Dark Goldenrod #AD8412

Tints of Dark Goldenrod #AD8412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.87%

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

R = 53.56%
G = 40.87%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD8412 (or 0xAD8412) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 12. RGB value is (173,132,18). Sum of RGB (Red+Green+Blue) = 173+132+18=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8412 is #527BED. Grayscale: #838383. Windows color (decimal): -5405678 or 1213613. OLE color: 1213613.

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

Color convert

RGB 173 132 18 -
CMYK 0 0.24 0.90 0.32
HSL 44.13º 0.81% 0.37% -
HSV(B) 44.13º 0.9% 0.68% -
XYZ 25.59 25.43 4.13 -
YUV 131.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 173 132 18 0 0.24 0.90 0.32 44.13 0.81 0.37
Hex AD 84 12 0 18 5A 20 2C 51 25
Octal 255 204 22 0 30 132 40 54 121 45
Binary 10101101 10000100 10010 0 11000 1011010 100000 101100 1010001 100101

Color Harmonies of #AD8412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8412

Black with #AD8412

Text Example


Text Example

White with #AD8412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8412; }

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

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

background-color css

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

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

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

border-color css

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

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

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