Html Css Color HEX #AD8302 Dark Goldenrod

📋 copy color: '#AD8302'

red 173 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #AD8302

Tints of Dark Goldenrod #AD8302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.81%

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

R = 56.54%
G = 42.81%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD8302 (or 0xAD8302) is known color: Dark Goldenrod. HEX triplet: AD, 83 and 02. RGB value is (173,131,2). Sum of RGB (Red+Green+Blue) = 173+131+2=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8302 is #527CFD. Grayscale: #818181. Windows color (decimal): -5405950 or 164781. OLE color: 164781.

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

Color convert

RGB 173 131 2 -
CMYK 0 0.24 0.99 0.32
HSL 45.26º 0.98% 0.34% -
HSV(B) 45.26º 0.99% 0.68% -
XYZ 25.36 25.12 3.57 -
YUV 128.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 173 131 2 0 0.24 0.99 0.32 45.26 0.98 0.34
Hex AD 83 2 0 18 63 20 2D 62 22
Octal 255 203 2 0 30 143 40 55 142 42
Binary 10101101 10000011 10 0 11000 1100011 100000 101101 1100010 100010

Color Harmonies of #AD8302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8302

Black with #AD8302

Text Example


Text Example

White with #AD8302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8302; }

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

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

background-color css

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

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

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

border-color css

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

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

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