Html Css Color HEX #AD810C Dark Goldenrod

📋 copy color: '#AD810C'

red 173 ◦ green 129 ◦ blue 12

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

Shades of Dark Goldenrod #AD810C

Tints of Dark Goldenrod #AD810C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.82%

R = 55.1%
G = 41.08%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD810C (or 0xAD810C) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 0C. RGB value is (173,129,12). Sum of RGB (Red+Green+Blue) = 173+129+12=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD810C is #527EF3. Grayscale: #818181. Windows color (decimal): -5406452 or 819629. OLE color: 819629.

HSL color Cylindrical-coordinate representation of color #AD810C: hue angle of 43.6º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD810C is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 129 12 -
CMYK 0 0.25 0.93 0.32
HSL 43.6º 0.87% 0.36% -
HSV(B) 43.6º 0.93% 0.68% -
XYZ 25.15 24.61 3.77 -
YUV 128.82 62.08 159.51 -
System Red Green Blue C M Y K H S L
Decimal 173 129 12 0 0.25 0.93 0.32 43.6 0.87 0.36
Hex AD 81 C 0 19 5D 20 2C 57 24
Octal 255 201 14 0 31 135 40 54 127 44
Binary 10101101 10000001 1100 0 11001 1011101 100000 101100 1010111 100100

Color Harmonies of #AD810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD810C

Black with #AD810C

Text Example


Text Example

White with #AD810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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