Html Css Color HEX #ADA466 Gimblet

📋 copy color: '#ADA466'

red 173 ◦ green 164 ◦ blue 102

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

Shades of Gimblet #ADA466

Tints of Gimblet #ADA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.36%

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

R = 39.41%
G = 37.36%
B = 23.23%

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

#ADA466 (or 0xADA466) is known color: Gimblet. HEX triplet: AD, A4 and 66. RGB value is (173,164,102). Sum of RGB (Red+Green+Blue) = 173+164+102=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA466 is #525B99. Grayscale: #9F9F9F. Windows color (decimal): -5397402 or 6726829. OLE color: 6726829.

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

Color convert

RGB 173 164 102 -
CMYK 0 0.05 0.41 0.32
HSL 52.39º 0.3% 0.54% -
HSV(B) 52.39º 0.41% 0.68% -
XYZ 32.91 36.39 17.86 -
YUV 159.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 173 164 102 0 0.05 0.41 0.32 52.39 0.3 0.54
Hex AD A4 66 0 5 29 20 34 1E 36
Octal 255 244 146 0 5 51 40 64 36 66
Binary 10101101 10100100 1100110 0 101 101001 100000 110100 11110 110110

Color Harmonies of #ADA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA466

Black with #ADA466

Text Example


Text Example

White with #ADA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA466; }

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

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

background-color css

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

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

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

border-color css

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

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

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