Html Css Color HEX #AD750F Dark Goldenrod

📋 copy color: '#AD750F'

red 173 ◦ green 117 ◦ blue 15

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

Shades of Dark Goldenrod #AD750F

Tints of Dark Goldenrod #AD750F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 56.72%
G = 38.36%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD750F (or 0xAD750F) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 0F. RGB value is (173,117,15). Sum of RGB (Red+Green+Blue) = 173+117+15=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD750F is #528AF0. Grayscale: #7A7A7A. Windows color (decimal): -5409521 or 1013165. OLE color: 1013165.

HSL color Cylindrical-coordinate representation of color #AD750F: hue angle of 38.73º degrees, saturation: 0.84, 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 #AD750F is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 117 15 -
CMYK 0 0.32 0.91 0.32
HSL 38.73º 0.84% 0.37% -
HSV(B) 38.73º 0.91% 0.68% -
XYZ 23.68 21.64 3.38 -
YUV 122.12 67.55 164.29 -
System Red Green Blue C M Y K H S L
Decimal 173 117 15 0 0.32 0.91 0.32 38.73 0.84 0.37
Hex AD 75 F 0 20 5B 20 27 54 25
Octal 255 165 17 0 40 133 40 47 124 45
Binary 10101101 1110101 1111 0 100000 1011011 100000 100111 1010100 100101

Color Harmonies of #AD750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD750F

Black with #AD750F

Text Example


Text Example

White with #AD750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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