Html Css Color HEX #AD7A0D Dark Goldenrod

📋 copy color: '#AD7A0D'

red 173 ◦ green 122 ◦ blue 13

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

Shades of Dark Goldenrod #AD7A0D

Tints of Dark Goldenrod #AD7A0D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.61%

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

R = 56.17%
G = 39.61%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD7A0D (or 0xAD7A0D) is known color: Dark Goldenrod. HEX triplet: AD, 7A and 0D. RGB value is (173,122,13). Sum of RGB (Red+Green+Blue) = 173+122+13=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A0D is #5285F2. Grayscale: #7D7D7D. Windows color (decimal): -5408243 or 883373. OLE color: 883373.

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

Color convert

RGB 173 122 13 -
CMYK 0 0.29 0.92 0.32
HSL 40.88º 0.86% 0.36% -
HSV(B) 40.88º 0.92% 0.68% -
XYZ 24.27 22.83 3.51 -
YUV 124.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 173 122 13 0 0.29 0.92 0.32 40.88 0.86 0.36
Hex AD 7A D 0 1D 5C 20 29 56 24
Octal 255 172 15 0 35 134 40 51 126 44
Binary 10101101 1111010 1101 0 11101 1011100 100000 101001 1010110 100100

Color Harmonies of #AD7A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A0D

Black with #AD7A0D

Text Example


Text Example

White with #AD7A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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