Html Css Color HEX #AD7102 Dark Goldenrod

📋 copy color: '#AD7102'

red 173 ◦ green 113 ◦ blue 2

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

Shades of Dark Goldenrod #AD7102

Tints of Dark Goldenrod #AD7102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.24%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 60.07%
G = 39.24%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD7102 (or 0xAD7102) is known color: Dark Goldenrod. HEX triplet: AD, 71 and 02. RGB value is (173,113,2). Sum of RGB (Red+Green+Blue) = 173+113+2=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7102 is #528EFD. Grayscale: #767676. Windows color (decimal): -5410558 or 160173. OLE color: 160173.

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

Color convert

RGB 173 113 2 -
CMYK 0 0.35 0.99 0.32
HSL 38.95º 0.98% 0.34% -
HSV(B) 38.95º 0.99% 0.68% -
XYZ 23.15 20.7 2.83 -
YUV 118.29 62.38 167.03 -
System Red Green Blue C M Y K H S L
Decimal 173 113 2 0 0.35 0.99 0.32 38.95 0.98 0.34
Hex AD 71 2 0 23 63 20 27 62 22
Octal 255 161 2 0 43 143 40 47 142 42
Binary 10101101 1110001 10 0 100011 1100011 100000 100111 1100010 100010

Color Harmonies of #AD7102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7102

Black with #AD7102

Text Example


Text Example

White with #AD7102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7102; }

 p { color: rgb(173,113,2); }

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

background-color css

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

 a { background-color: rgb(173,113,2); }

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

border-color css

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

 span { border-color: rgb(173,113,2); }

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