Html Css Color HEX #ADA860 Gimblet

📋 copy color: '#ADA860'

red 173 ◦ green 168 ◦ blue 96

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

Shades of Gimblet #ADA860

Tints of Gimblet #ADA860

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

 BLUE value IS 96 (37.89% from 255) = 21.97%

R = 39.59%
G = 38.44%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#ADA860 (or 0xADA860) is known color: Gimblet. HEX triplet: AD, A8 and 60. RGB value is (173,168,96). Sum of RGB (Red+Green+Blue) = 173+168+96=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA860 is #52579F. Grayscale: #A1A1A1. Windows color (decimal): -5396384 or 6334637. OLE color: 6334637.

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

Color convert

RGB 173 168 96 -
CMYK 0 0.03 0.45 0.32
HSL 56.1º 0.32% 0.53% -
HSV(B) 56.1º 0.45% 0.68% -
XYZ 33.35 37.73 16.59 -
YUV 161.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 173 168 96 0 0.03 0.45 0.32 56.1 0.32 0.53
Hex AD A8 60 0 3 2D 20 38 20 35
Octal 255 250 140 0 3 55 40 70 40 65
Binary 10101101 10101000 1100000 0 11 101101 100000 111000 100000 110101

Color Harmonies of #ADA860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA860

Black with #ADA860

Text Example


Text Example

White with #ADA860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA860; }

 p { color: rgb(173,168,96); }

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

background-color css

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

 a { background-color: rgb(173,168,96); }

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

border-color css

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

 span { border-color: rgb(173,168,96); }

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