Html Css Color HEX #AD8F0A Dark Goldenrod

📋 copy color: '#AD8F0A'

red 173 ◦ green 143 ◦ blue 10

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

Shades of Dark Goldenrod #AD8F0A

Tints of Dark Goldenrod #AD8F0A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.87%

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 53.07%
G = 43.87%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD8F0A (or 0xAD8F0A) is known color: Dark Goldenrod. HEX triplet: AD, 8F and 0A. RGB value is (173,143,10). Sum of RGB (Red+Green+Blue) = 173+143+10=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F0A is #5270F5. Grayscale: #898989. Windows color (decimal): -5402870 or 692141. OLE color: 692141.

HSL color Cylindrical-coordinate representation of color #AD8F0A: hue angle of 48.96º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD8F0A is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 143 10 -
CMYK 0 0.17 0.94 0.32
HSL 48.96º 0.89% 0.36% -
HSV(B) 48.96º 0.94% 0.68% -
XYZ 27.11 28.55 4.37 -
YUV 136.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 173 143 10 0 0.17 0.94 0.32 48.96 0.89 0.36
Hex AD 8F A 0 11 5E 20 31 59 24
Octal 255 217 12 0 21 136 40 61 131 44
Binary 10101101 10001111 1010 0 10001 1011110 100000 110001 1011001 100100

Color Harmonies of #AD8F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F0A

Black with #AD8F0A

Text Example


Text Example

White with #AD8F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F0A; }

 p { color: rgb(173,143,10); }

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

background-color css

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

 a { background-color: rgb(173,143,10); }

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

border-color css

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

 span { border-color: rgb(173,143,10); }

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