Html Css Color HEX #AD8A19 Dark Goldenrod

📋 copy color: '#AD8A19'

red 173 ◦ green 138 ◦ blue 25

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

Shades of Dark Goldenrod #AD8A19

Tints of Dark Goldenrod #AD8A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.07%

 BLUE value IS 25 (10.16% from 255) = 7.44%

R = 51.49%
G = 41.07%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD8A19 (or 0xAD8A19) is known color: Dark Goldenrod. HEX triplet: AD, 8A and 19. RGB value is (173,138,25). Sum of RGB (Red+Green+Blue) = 173+138+25=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8A19 is #5275E6. Grayscale: #888888. Windows color (decimal): -5404135 or 1673901. OLE color: 1673901.

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

Color convert

RGB 173 138 25 -
CMYK 0 0.20 0.86 0.32
HSL 45.81º 0.75% 0.39% -
HSV(B) 45.81º 0.86% 0.68% -
XYZ 26.5 27.13 4.76 -
YUV 135.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 173 138 25 0 0.20 0.86 0.32 45.81 0.75 0.39
Hex AD 8A 19 0 14 56 20 2E 4B 27
Octal 255 212 31 0 24 126 40 56 113 47
Binary 10101101 10001010 11001 0 10100 1010110 100000 101110 1001011 100111

Color Harmonies of #AD8A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A19

Black with #AD8A19

Text Example


Text Example

White with #AD8A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A19; }

 p { color: rgb(173,138,25); }

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

background-color css

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

 a { background-color: rgb(173,138,25); }

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

border-color css

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

 span { border-color: rgb(173,138,25); }

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