Html Css Color HEX #AD8A05 Dark Goldenrod

📋 copy color: '#AD8A05'

red 173 ◦ green 138 ◦ blue 5

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

Shades of Dark Goldenrod #AD8A05

Tints of Dark Goldenrod #AD8A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 54.75%
G = 43.67%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD8A05 (or 0xAD8A05) is known color: Dark Goldenrod. HEX triplet: AD, 8A and 05. RGB value is (173,138,5). Sum of RGB (Red+Green+Blue) = 173+138+5=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8A05 is #5275FA. Grayscale: #858585. Windows color (decimal): -5404155 or 363181. OLE color: 363181.

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

Color convert

RGB 173 138 5 -
CMYK 0 0.20 0.97 0.32
HSL 47.5º 0.94% 0.35% -
HSV(B) 47.5º 0.97% 0.68% -
XYZ 26.35 27.07 3.98 -
YUV 133.3 55.6 156.31 -
System Red Green Blue C M Y K H S L
Decimal 173 138 5 0 0.20 0.97 0.32 47.5 0.94 0.35
Hex AD 8A 5 0 14 61 20 30 5E 23
Octal 255 212 5 0 24 141 40 60 136 43
Binary 10101101 10001010 101 0 10100 1100001 100000 110000 1011110 100011

Color Harmonies of #AD8A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A05

Black with #AD8A05

Text Example


Text Example

White with #AD8A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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