Html Css Color HEX #AD840A Dark Goldenrod

📋 copy color: '#AD840A'

red 173 ◦ green 132 ◦ blue 10

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

Shades of Dark Goldenrod #AD840A

Tints of Dark Goldenrod #AD840A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.17%

R = 54.92%
G = 41.9%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD840A (or 0xAD840A) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 0A. RGB value is (173,132,10). Sum of RGB (Red+Green+Blue) = 173+132+10=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD840A is #527BF5. Grayscale: #828282. Windows color (decimal): -5405686 or 689325. OLE color: 689325.

HSL color Cylindrical-coordinate representation of color #AD840A: hue angle of 44.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD840A is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 132 10 -
CMYK 0 0.24 0.94 0.32
HSL 44.91º 0.89% 0.36% -
HSV(B) 44.91º 0.94% 0.68% -
XYZ 25.54 25.41 3.85 -
YUV 130.35 60.08 158.42 -
System Red Green Blue C M Y K H S L
Decimal 173 132 10 0 0.24 0.94 0.32 44.91 0.89 0.36
Hex AD 84 A 0 18 5E 20 2D 59 24
Octal 255 204 12 0 30 136 40 55 131 44
Binary 10101101 10000100 1010 0 11000 1011110 100000 101101 1011001 100100

Color Harmonies of #AD840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD840A

Black with #AD840A

Text Example


Text Example

White with #AD840A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD840A; }

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

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

background-color css

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

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

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

border-color css

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

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

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