Html Css Color HEX #AD7A13 Dark Goldenrod

📋 copy color: '#AD7A13'

red 173 ◦ green 122 ◦ blue 19

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

Shades of Dark Goldenrod #AD7A13

Tints of Dark Goldenrod #AD7A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 55.1%
G = 38.85%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD7A13 (or 0xAD7A13) is known color: Dark Goldenrod. HEX triplet: AD, 7A and 13. RGB value is (173,122,19). Sum of RGB (Red+Green+Blue) = 173+122+19=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A13 is #5285EC. Grayscale: #7D7D7D. Windows color (decimal): -5408237 or 1276589. OLE color: 1276589.

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

Color convert

RGB 173 122 19 -
CMYK 0 0.29 0.89 0.32
HSL 40.13º 0.8% 0.38% -
HSV(B) 40.13º 0.89% 0.68% -
XYZ 24.31 22.85 3.75 -
YUV 125.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 173 122 19 0 0.29 0.89 0.32 40.13 0.8 0.38
Hex AD 7A 13 0 1D 59 20 28 50 26
Octal 255 172 23 0 35 131 40 50 120 46
Binary 10101101 1111010 10011 0 11101 1011001 100000 101000 1010000 100110

Color Harmonies of #AD7A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A13

Black with #AD7A13

Text Example


Text Example

White with #AD7A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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