Html Css Color HEX #AD810B Dark Goldenrod

📋 copy color: '#AD810B'

red 173 ◦ green 129 ◦ blue 11

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

Shades of Dark Goldenrod #AD810B

Tints of Dark Goldenrod #AD810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

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

R = 55.27%
G = 41.21%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD810B (or 0xAD810B) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 0B. RGB value is (173,129,11). Sum of RGB (Red+Green+Blue) = 173+129+11=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD810B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD810B is #527EF4. Grayscale: #818181. Windows color (decimal): -5406453 or 754093. OLE color: 754093.

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

Color convert

RGB 173 129 11 -
CMYK 0 0.25 0.94 0.32
HSL 43.7º 0.88% 0.36% -
HSV(B) 43.7º 0.94% 0.68% -
XYZ 25.14 24.61 3.74 -
YUV 128.7 61.58 159.59 -
System Red Green Blue C M Y K H S L
Decimal 173 129 11 0 0.25 0.94 0.32 43.7 0.88 0.36
Hex AD 81 B 0 19 5E 20 2C 58 24
Octal 255 201 13 0 31 136 40 54 130 44
Binary 10101101 10000001 1011 0 11001 1011110 100000 101100 1011000 100100

Color Harmonies of #AD810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD810B

Black with #AD810B

Text Example


Text Example

White with #AD810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD810B; }

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

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

background-color css

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

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

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

border-color css

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

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

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