Html Css Color HEX #AD8507 Dark Goldenrod

📋 copy color: '#AD8507'

red 173 ◦ green 133 ◦ blue 7

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

Shades of Dark Goldenrod #AD8507

Tints of Dark Goldenrod #AD8507

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.49%

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 55.27%
G = 42.49%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD8507 (or 0xAD8507) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 07. RGB value is (173,133,7). Sum of RGB (Red+Green+Blue) = 173+133+7=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8507 is #527AF8. Grayscale: #838383. Windows color (decimal): -5405433 or 492973. OLE color: 492973.

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

Color convert

RGB 173 133 7 -
CMYK 0 0.23 0.96 0.32
HSL 45.54º 0.92% 0.35% -
HSV(B) 45.54º 0.96% 0.68% -
XYZ 25.66 25.67 3.8 -
YUV 130.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 173 133 7 0 0.23 0.96 0.32 45.54 0.92 0.35
Hex AD 85 7 0 17 60 20 2E 5C 23
Octal 255 205 7 0 27 140 40 56 134 43
Binary 10101101 10000101 111 0 10111 1100000 100000 101110 1011100 100011

Color Harmonies of #AD8507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8507

Black with #AD8507

Text Example


Text Example

White with #AD8507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8507; }

 p { color: rgb(173,133,7); }

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

background-color css

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

 a { background-color: rgb(173,133,7); }

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

border-color css

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

 span { border-color: rgb(173,133,7); }

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