Html Css Color HEX #AD810D Dark Goldenrod

📋 copy color: '#AD810D'

red 173 ◦ green 129 ◦ blue 13

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

Shades of Dark Goldenrod #AD810D

Tints of Dark Goldenrod #AD810D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.95%

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

R = 54.92%
G = 40.95%
B = 4.13%

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

#AD810D (or 0xAD810D) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 0D. RGB value is (173,129,13). Sum of RGB (Red+Green+Blue) = 173+129+13=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD810D is #527EF2. Grayscale: #818181. Windows color (decimal): -5406451 or 885165. OLE color: 885165.

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

Color convert

RGB 173 129 13 -
CMYK 0 0.25 0.92 0.32
HSL 43.5º 0.86% 0.36% -
HSV(B) 43.5º 0.92% 0.68% -
XYZ 25.16 24.61 3.81 -
YUV 128.93 62.58 159.43 -
System Red Green Blue C M Y K H S L
Decimal 173 129 13 0 0.25 0.92 0.32 43.5 0.86 0.36
Hex AD 81 D 0 19 5C 20 2C 56 24
Octal 255 201 15 0 31 134 40 54 126 44
Binary 10101101 10000001 1101 0 11001 1011100 100000 101100 1010110 100100

Color Harmonies of #AD810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD810D

Black with #AD810D

Text Example


Text Example

White with #AD810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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