Html Css Color HEX #ADA566 Gimblet

📋 copy color: '#ADA566'

red 173 ◦ green 165 ◦ blue 102

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

Shades of Gimblet #ADA566

Tints of Gimblet #ADA566

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.5%

 BLUE value IS 102 (40.23% from 255) = 23.18%

R = 39.32%
G = 37.5%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#ADA566 (or 0xADA566) is known color: Gimblet. HEX triplet: AD, A5 and 66. RGB value is (173,165,102). Sum of RGB (Red+Green+Blue) = 173+165+102=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA566 is #525A99. Grayscale: #A0A0A0. Windows color (decimal): -5397146 or 6727085. OLE color: 6727085.

HSL color Cylindrical-coordinate representation of color #ADA566: hue angle of 53.24º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADA566 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 165 102 -
CMYK 0 0.05 0.41 0.32
HSL 53.24º 0.3% 0.54% -
HSV(B) 53.24º 0.41% 0.68% -
XYZ 33.09 36.75 17.92 -
YUV 160.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 173 165 102 0 0.05 0.41 0.32 53.24 0.3 0.54
Hex AD A5 66 0 5 29 20 35 1E 36
Octal 255 245 146 0 5 51 40 65 36 66
Binary 10101101 10100101 1100110 0 101 101001 100000 110101 11110 110110

Color Harmonies of #ADA566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA566

Black with #ADA566

Text Example


Text Example

White with #ADA566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA566; }

 p { color: rgb(173,165,102); }

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

background-color css

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

 a { background-color: rgb(173,165,102); }

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

border-color css

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

 span { border-color: rgb(173,165,102); }

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