Html Css Color HEX #AD840B Dark Goldenrod

📋 copy color: '#AD840B'

red 173 ◦ green 132 ◦ blue 11

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

Shades of Dark Goldenrod #AD840B

Tints of Dark Goldenrod #AD840B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.77%

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

R = 54.75%
G = 41.77%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD840B (or 0xAD840B) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 0B. RGB value is (173,132,11). Sum of RGB (Red+Green+Blue) = 173+132+11=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD840B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD840B is #527BF4. Grayscale: #828282. Windows color (decimal): -5405685 or 754861. OLE color: 754861.

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

Color convert

RGB 173 132 11 -
CMYK 0 0.24 0.94 0.32
HSL 44.81º 0.88% 0.36% -
HSV(B) 44.81º 0.94% 0.68% -
XYZ 25.55 25.41 3.88 -
YUV 130.47 60.58 158.34 -
System Red Green Blue C M Y K H S L
Decimal 173 132 11 0 0.24 0.94 0.32 44.81 0.88 0.36
Hex AD 84 B 0 18 5E 20 2D 58 24
Octal 255 204 13 0 30 136 40 55 130 44
Binary 10101101 10000100 1011 0 11000 1011110 100000 101101 1011000 100100

Color Harmonies of #AD840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD840B

Black with #AD840B

Text Example


Text Example

White with #AD840B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD840B; }

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

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

background-color css

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

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

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

border-color css

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

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

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