Html Css Color HEX #AD880F Dark Goldenrod

📋 copy color: '#AD880F'

red 173 ◦ green 136 ◦ blue 15

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

Shades of Dark Goldenrod #AD880F

Tints of Dark Goldenrod #AD880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.98%

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 53.4%
G = 41.98%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD880F (or 0xAD880F) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 0F. RGB value is (173,136,15). Sum of RGB (Red+Green+Blue) = 173+136+15=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD880F is #5277F0. Grayscale: #858585. Windows color (decimal): -5404657 or 1018029. OLE color: 1018029.

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

Color convert

RGB 173 136 15 -
CMYK 0 0.21 0.91 0.32
HSL 45.95º 0.84% 0.37% -
HSV(B) 45.95º 0.91% 0.68% -
XYZ 26.12 26.53 4.2 -
YUV 133.27 61.26 156.34 -
System Red Green Blue C M Y K H S L
Decimal 173 136 15 0 0.21 0.91 0.32 45.95 0.84 0.37
Hex AD 88 F 0 15 5B 20 2E 54 25
Octal 255 210 17 0 25 133 40 56 124 45
Binary 10101101 10001000 1111 0 10101 1011011 100000 101110 1010100 100101

Color Harmonies of #AD880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD880F

Black with #AD880F

Text Example


Text Example

White with #AD880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD880F; }

 p { color: rgb(173,136,15); }

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

background-color css

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

 a { background-color: rgb(173,136,15); }

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

border-color css

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

 span { border-color: rgb(173,136,15); }

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