Html Css Color HEX #AD9E60 Gimblet

📋 copy color: '#AD9E60'

red 173 ◦ green 158 ◦ blue 96

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

Shades of Gimblet #AD9E60

Tints of Gimblet #AD9E60

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37%

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

R = 40.52%
G = 37%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD9E60 (or 0xAD9E60) is known color: Gimblet. HEX triplet: AD, 9E and 60. RGB value is (173,158,96). Sum of RGB (Red+Green+Blue) = 173+158+96=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E60 is #52619F. Grayscale: #9B9B9B. Windows color (decimal): -5398944 or 6332077. OLE color: 6332077.

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

Color convert

RGB 173 158 96 -
CMYK 0 0.09 0.45 0.32
HSL 48.31º 0.32% 0.53% -
HSV(B) 48.31º 0.45% 0.68% -
XYZ 31.57 34.18 16 -
YUV 155.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 173 158 96 0 0.09 0.45 0.32 48.31 0.32 0.53
Hex AD 9E 60 0 9 2D 20 30 20 35
Octal 255 236 140 0 11 55 40 60 40 65
Binary 10101101 10011110 1100000 0 1001 101101 100000 110000 100000 110101

Color Harmonies of #AD9E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E60

Black with #AD9E60

Text Example


Text Example

White with #AD9E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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