Html Css Color HEX #AD7B15 Dark Goldenrod

📋 copy color: '#AD7B15'

red 173 ◦ green 123 ◦ blue 21

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

Shades of Dark Goldenrod #AD7B15

Tints of Dark Goldenrod #AD7B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.62%

R = 54.57%
G = 38.8%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD7B15 (or 0xAD7B15) is known color: Dark Goldenrod. HEX triplet: AD, 7B and 15. RGB value is (173,123,21). Sum of RGB (Red+Green+Blue) = 173+123+21=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7B15 is #5284EA. Grayscale: #7E7E7E. Windows color (decimal): -5407979 or 1407917. OLE color: 1407917.

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

Color convert

RGB 173 123 21 -
CMYK 0 0.29 0.88 0.32
HSL 40.26º 0.78% 0.38% -
HSV(B) 40.26º 0.88% 0.68% -
XYZ 24.45 23.1 3.88 -
YUV 126.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 173 123 21 0 0.29 0.88 0.32 40.26 0.78 0.38
Hex AD 7B 15 0 1D 58 20 28 4E 26
Octal 255 173 25 0 35 130 40 50 116 46
Binary 10101101 1111011 10101 0 11101 1011000 100000 101000 1001110 100110

Color Harmonies of #AD7B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B15

Black with #AD7B15

Text Example


Text Example

White with #AD7B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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