Html Css Color HEX #AD820D Dark Goldenrod

📋 copy color: '#AD820D'

red 173 ◦ green 130 ◦ blue 13

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

Shades of Dark Goldenrod #AD820D

Tints of Dark Goldenrod #AD820D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 54.75%
G = 41.14%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD820D (or 0xAD820D) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 0D. RGB value is (173,130,13). Sum of RGB (Red+Green+Blue) = 173+130+13=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD820D is #527DF2. Grayscale: #828282. Windows color (decimal): -5406195 or 885421. OLE color: 885421.

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

Color convert

RGB 173 130 13 -
CMYK 0 0.25 0.92 0.32
HSL 43.88º 0.86% 0.36% -
HSV(B) 43.88º 0.92% 0.68% -
XYZ 25.29 24.88 3.85 -
YUV 129.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 173 130 13 0 0.25 0.92 0.32 43.88 0.86 0.36
Hex AD 82 D 0 19 5C 20 2C 56 24
Octal 255 202 15 0 31 134 40 54 126 44
Binary 10101101 10000010 1101 0 11001 1011100 100000 101100 1010110 100100

Color Harmonies of #AD820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD820D

Black with #AD820D

Text Example


Text Example

White with #AD820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD820D; }

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

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

background-color css

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

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

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

border-color css

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

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

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