Html Css Color HEX #AD7B04 Dark Goldenrod

📋 copy color: '#AD7B04'

red 173 ◦ green 123 ◦ blue 4

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

Shades of Dark Goldenrod #AD7B04

Tints of Dark Goldenrod #AD7B04

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41%

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

R = 57.67%
G = 41%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD7B04 (or 0xAD7B04) is known color: Dark Goldenrod. HEX triplet: AD, 7B and 04. RGB value is (173,123,4). Sum of RGB (Red+Green+Blue) = 173+123+4=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7B04 is #5284FB. Grayscale: #7C7C7C. Windows color (decimal): -5407996 or 293805. OLE color: 293805.

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

Color convert

RGB 173 123 4 -
CMYK 0 0.29 0.98 0.32
HSL 42.25º 0.95% 0.35% -
HSV(B) 42.25º 0.98% 0.68% -
XYZ 24.34 23.06 3.28 -
YUV 124.38 60.07 162.68 -
System Red Green Blue C M Y K H S L
Decimal 173 123 4 0 0.29 0.98 0.32 42.25 0.95 0.35
Hex AD 7B 4 0 1D 62 20 2A 5F 23
Octal 255 173 4 0 35 142 40 52 137 43
Binary 10101101 1111011 100 0 11101 1100010 100000 101010 1011111 100011

Color Harmonies of #AD7B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B04

Black with #AD7B04

Text Example


Text Example

White with #AD7B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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