Html Css Color HEX #AD750A Dark Goldenrod

📋 copy color: '#AD750A'

red 173 ◦ green 117 ◦ blue 10

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

Shades of Dark Goldenrod #AD750A

Tints of Dark Goldenrod #AD750A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.33%

R = 57.67%
G = 39%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD750A (or 0xAD750A) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 0A. RGB value is (173,117,10). Sum of RGB (Red+Green+Blue) = 173+117+10=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD750A is #528AF5. Grayscale: #7A7A7A. Windows color (decimal): -5409526 or 685485. OLE color: 685485.

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

Color convert

RGB 173 117 10 -
CMYK 0 0.32 0.94 0.32
HSL 39.39º 0.89% 0.36% -
HSV(B) 39.39º 0.94% 0.68% -
XYZ 23.65 21.63 3.22 -
YUV 121.55 65.05 164.7 -
System Red Green Blue C M Y K H S L
Decimal 173 117 10 0 0.32 0.94 0.32 39.39 0.89 0.36
Hex AD 75 A 0 20 5E 20 27 59 24
Octal 255 165 12 0 40 136 40 47 131 44
Binary 10101101 1110101 1010 0 100000 1011110 100000 100111 1011001 100100

Color Harmonies of #AD750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD750A

Black with #AD750A

Text Example


Text Example

White with #AD750A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD750A; }

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

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

background-color css

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

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

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

border-color css

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

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

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