Html Css Color HEX #AD750C Dark Goldenrod

📋 copy color: '#AD750C'

red 173 ◦ green 117 ◦ blue 12

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

Shades of Dark Goldenrod #AD750C

Tints of Dark Goldenrod #AD750C

RGB

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

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

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

R = 57.28%
G = 38.74%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD750C (or 0xAD750C) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 0C. RGB value is (173,117,12). Sum of RGB (Red+Green+Blue) = 173+117+12=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD750C is #528AF3. Grayscale: #7A7A7A. Windows color (decimal): -5409524 or 816557. OLE color: 816557.

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

Color convert

RGB 173 117 12 -
CMYK 0 0.32 0.93 0.32
HSL 39.13º 0.87% 0.36% -
HSV(B) 39.13º 0.93% 0.68% -
XYZ 23.66 21.63 3.28 -
YUV 121.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 173 117 12 0 0.32 0.93 0.32 39.13 0.87 0.36
Hex AD 75 C 0 20 5D 20 27 57 24
Octal 255 165 14 0 40 135 40 47 127 44
Binary 10101101 1110101 1100 0 100000 1011101 100000 100111 1010111 100100

Color Harmonies of #AD750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD750C

Black with #AD750C

Text Example


Text Example

White with #AD750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD750C; }

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

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

background-color css

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

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

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

border-color css

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

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

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