Html Css Color HEX #AD8502 Dark Goldenrod

📋 copy color: '#AD8502'

red 173 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #AD8502

Tints of Dark Goldenrod #AD8502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.18%

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

R = 56.17%
G = 43.18%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD8502 (or 0xAD8502) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 02. RGB value is (173,133,2). Sum of RGB (Red+Green+Blue) = 173+133+2=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8502 is #527AFD. Grayscale: #828282. Windows color (decimal): -5405438 or 165293. OLE color: 165293.

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

Color convert

RGB 173 133 2 -
CMYK 0 0.23 0.99 0.32
HSL 45.96º 0.98% 0.34% -
HSV(B) 45.96º 0.99% 0.68% -
XYZ 25.63 25.66 3.66 -
YUV 130.03 55.75 158.65 -
System Red Green Blue C M Y K H S L
Decimal 173 133 2 0 0.23 0.99 0.32 45.96 0.98 0.34
Hex AD 85 2 0 17 63 20 2E 62 22
Octal 255 205 2 0 27 143 40 56 142 42
Binary 10101101 10000101 10 0 10111 1100011 100000 101110 1100010 100010

Color Harmonies of #AD8502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8502

Black with #AD8502

Text Example


Text Example

White with #AD8502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8502; }

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

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

background-color css

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

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

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

border-color css

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

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

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