Html Css Color HEX #AD8F08 Dark Goldenrod

📋 copy color: '#AD8F08'

red 173 ◦ green 143 ◦ blue 8

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

Shades of Dark Goldenrod #AD8F08

Tints of Dark Goldenrod #AD8F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.47%

R = 53.4%
G = 44.14%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD8F08 (or 0xAD8F08) is known color: Dark Goldenrod. HEX triplet: AD, 8F and 08. RGB value is (173,143,8). Sum of RGB (Red+Green+Blue) = 173+143+8=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F08 is #5270F7. Grayscale: #898989. Windows color (decimal): -5402872 or 561069. OLE color: 561069.

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

Color convert

RGB 173 143 8 -
CMYK 0 0.17 0.95 0.32
HSL 49.09º 0.91% 0.35% -
HSV(B) 49.09º 0.95% 0.68% -
XYZ 27.1 28.55 4.31 -
YUV 136.58 55.44 153.98 -
System Red Green Blue C M Y K H S L
Decimal 173 143 8 0 0.17 0.95 0.32 49.09 0.91 0.35
Hex AD 8F 8 0 11 5F 20 31 5B 23
Octal 255 217 10 0 21 137 40 61 133 43
Binary 10101101 10001111 1000 0 10001 1011111 100000 110001 1011011 100011

Color Harmonies of #AD8F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F08

Black with #AD8F08

Text Example


Text Example

White with #AD8F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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