Html Css Color HEX #AD8A04 Dark Goldenrod

📋 copy color: '#AD8A04'

red 173 ◦ green 138 ◦ blue 4

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

Shades of Dark Goldenrod #AD8A04

Tints of Dark Goldenrod #AD8A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 54.92%
G = 43.81%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD8A04 (or 0xAD8A04) is known color: Dark Goldenrod. HEX triplet: AD, 8A and 04. RGB value is (173,138,4). Sum of RGB (Red+Green+Blue) = 173+138+4=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8A04 is #5275FB. Grayscale: #858585. Windows color (decimal): -5404156 or 297645. OLE color: 297645.

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

Color convert

RGB 173 138 4 -
CMYK 0 0.20 0.98 0.32
HSL 47.57º 0.95% 0.35% -
HSV(B) 47.57º 0.98% 0.68% -
XYZ 26.34 27.07 3.95 -
YUV 133.19 55.1 156.4 -
System Red Green Blue C M Y K H S L
Decimal 173 138 4 0 0.20 0.98 0.32 47.57 0.95 0.35
Hex AD 8A 4 0 14 62 20 30 5F 23
Octal 255 212 4 0 24 142 40 60 137 43
Binary 10101101 10001010 100 0 10100 1100010 100000 110000 1011111 100011

Color Harmonies of #AD8A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A04

Black with #AD8A04

Text Example


Text Example

White with #AD8A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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