Html Css Color HEX #AD7A10 Dark Goldenrod

📋 copy color: '#AD7A10'

red 173 ◦ green 122 ◦ blue 16

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

Shades of Dark Goldenrod #AD7A10

Tints of Dark Goldenrod #AD7A10

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.23%

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 55.63%
G = 39.23%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD7A10 (or 0xAD7A10) is known color: Dark Goldenrod. HEX triplet: AD, 7A and 10. RGB value is (173,122,16). Sum of RGB (Red+Green+Blue) = 173+122+16=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A10 is #5285EF. Grayscale: #7D7D7D. Windows color (decimal): -5408240 or 1079981. OLE color: 1079981.

HSL color Cylindrical-coordinate representation of color #AD7A10: hue angle of 40.51º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD7A10 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 122 16 -
CMYK 0 0.29 0.91 0.32
HSL 40.51º 0.83% 0.37% -
HSV(B) 40.51º 0.91% 0.68% -
XYZ 24.29 22.84 3.62 -
YUV 125.17 66.4 162.12 -
System Red Green Blue C M Y K H S L
Decimal 173 122 16 0 0.29 0.91 0.32 40.51 0.83 0.37
Hex AD 7A 10 0 1D 5B 20 29 53 25
Octal 255 172 20 0 35 133 40 51 123 45
Binary 10101101 1111010 10000 0 11101 1011011 100000 101001 1010011 100101

Color Harmonies of #AD7A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A10

Black with #AD7A10

Text Example


Text Example

White with #AD7A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A10; }

 p { color: rgb(173,122,16); }

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

background-color css

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

 a { background-color: rgb(173,122,16); }

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

border-color css

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

 span { border-color: rgb(173,122,16); }

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