Html Css Color HEX #AD7512 Dark Goldenrod

📋 copy color: '#AD7512'

red 173 ◦ green 117 ◦ blue 18

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

Shades of Dark Goldenrod #AD7512

Tints of Dark Goldenrod #AD7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 56.17%
G = 37.99%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD7512 (or 0xAD7512) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 12. RGB value is (173,117,18). Sum of RGB (Red+Green+Blue) = 173+117+18=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7512 is #528AED. Grayscale: #7A7A7A. Windows color (decimal): -5409518 or 1209773. OLE color: 1209773.

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

Color convert

RGB 173 117 18 -
CMYK 0 0.32 0.90 0.32
HSL 38.32º 0.81% 0.37% -
HSV(B) 38.32º 0.9% 0.68% -
XYZ 23.7 21.65 3.5 -
YUV 122.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 173 117 18 0 0.32 0.90 0.32 38.32 0.81 0.37
Hex AD 75 12 0 20 5A 20 26 51 25
Octal 255 165 22 0 40 132 40 46 121 45
Binary 10101101 1110101 10010 0 100000 1011010 100000 100110 1010001 100101

Color Harmonies of #AD7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7512

Black with #AD7512

Text Example


Text Example

White with #AD7512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7512; }

 p { color: rgb(173,117,18); }

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

background-color css

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

 a { background-color: rgb(173,117,18); }

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

border-color css

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

 span { border-color: rgb(173,117,18); }

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