Html Css Color HEX #ADA062 Gimblet

📋 copy color: '#ADA062'

red 173 ◦ green 160 ◦ blue 98

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

Shades of Gimblet #ADA062

Tints of Gimblet #ADA062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.12%

 BLUE value IS 98 (38.67% from 255) = 22.74%

R = 40.14%
G = 37.12%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#ADA062 (or 0xADA062) is known color: Gimblet. HEX triplet: AD, A0 and 62. RGB value is (173,160,98). Sum of RGB (Red+Green+Blue) = 173+160+98=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA062 is #525F9D. Grayscale: #9D9D9D. Windows color (decimal): -5398430 or 6463661. OLE color: 6463661.

HSL color Cylindrical-coordinate representation of color #ADA062: hue angle of 49.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADA062 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 98 -
CMYK 0 0.08 0.43 0.32
HSL 49.6º 0.31% 0.53% -
HSV(B) 49.6º 0.43% 0.68% -
XYZ 32.01 34.91 16.61 -
YUV 156.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 173 160 98 0 0.08 0.43 0.32 49.6 0.31 0.53
Hex AD A0 62 0 8 2B 20 32 1F 35
Octal 255 240 142 0 10 53 40 62 37 65
Binary 10101101 10100000 1100010 0 1000 101011 100000 110010 11111 110101

Color Harmonies of #ADA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA062

Black with #ADA062

Text Example


Text Example

White with #ADA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA062; }

 p { color: rgb(173,160,98); }

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

background-color css

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

 a { background-color: rgb(173,160,98); }

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

border-color css

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

 span { border-color: rgb(173,160,98); }

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