Html Css Color HEX #AD8202 Dark Goldenrod

📋 copy color: '#AD8202'

red 173 ◦ green 130 ◦ blue 2

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

Shades of Dark Goldenrod #AD8202

Tints of Dark Goldenrod #AD8202

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

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

R = 56.72%
G = 42.62%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD8202 (or 0xAD8202) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 02. RGB value is (173,130,2). Sum of RGB (Red+Green+Blue) = 173+130+2=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8202 is #527DFD. Grayscale: #808080. Windows color (decimal): -5406206 or 164525. OLE color: 164525.

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

Color convert

RGB 173 130 2 -
CMYK 0 0.25 0.99 0.32
HSL 44.91º 0.98% 0.34% -
HSV(B) 44.91º 0.99% 0.68% -
XYZ 25.23 24.85 3.53 -
YUV 128.27 56.75 159.91 -
System Red Green Blue C M Y K H S L
Decimal 173 130 2 0 0.25 0.99 0.32 44.91 0.98 0.34
Hex AD 82 2 0 19 63 20 2D 62 22
Octal 255 202 2 0 31 143 40 55 142 42
Binary 10101101 10000010 10 0 11001 1100011 100000 101101 1100010 100010

Color Harmonies of #AD8202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8202

Black with #AD8202

Text Example


Text Example

White with #AD8202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8202; }

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

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

background-color css

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

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

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

border-color css

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

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

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