Html Css Color HEX #AD850B Dark Goldenrod

📋 copy color: '#AD850B'

red 173 ◦ green 133 ◦ blue 11

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

Shades of Dark Goldenrod #AD850B

Tints of Dark Goldenrod #AD850B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.47%

R = 54.57%
G = 41.96%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD850B (or 0xAD850B) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 0B. RGB value is (173,133,11). Sum of RGB (Red+Green+Blue) = 173+133+11=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD850B is #527AF4. Grayscale: #838383. Windows color (decimal): -5405429 or 755117. OLE color: 755117.

HSL color Cylindrical-coordinate representation of color #AD850B: hue angle of 45.19º degrees, saturation: 0.88, 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 #AD850B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 133 11 -
CMYK 0 0.23 0.94 0.32
HSL 45.19º 0.88% 0.36% -
HSV(B) 45.19º 0.94% 0.68% -
XYZ 25.68 25.68 3.92 -
YUV 131.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 173 133 11 0 0.23 0.94 0.32 45.19 0.88 0.36
Hex AD 85 B 0 17 5E 20 2D 58 24
Octal 255 205 13 0 27 136 40 55 130 44
Binary 10101101 10000101 1011 0 10111 1011110 100000 101101 1011000 100100

Color Harmonies of #AD850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD850B

Black with #AD850B

Text Example


Text Example

White with #AD850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD850B; }

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

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

background-color css

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

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

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

border-color css

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

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

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