Html Css Color HEX #ADA669 Gimblet

📋 copy color: '#ADA669'

red 173 ◦ green 166 ◦ blue 105

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

Shades of Gimblet #ADA669

Tints of Gimblet #ADA669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.39%

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 38.96%
G = 37.39%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#ADA669 (or 0xADA669) is known color: Gimblet. HEX triplet: AD, A6 and 69. RGB value is (173,166,105). Sum of RGB (Red+Green+Blue) = 173+166+105=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA669 is #525996. Grayscale: #A1A1A1. Windows color (decimal): -5396887 or 6923949. OLE color: 6923949.

HSL color Cylindrical-coordinate representation of color #ADA669: hue angle of 53.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADA669 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 105 -
CMYK 0 0.04 0.39 0.32
HSL 53.82º 0.29% 0.55% -
HSV(B) 53.82º 0.39% 0.68% -
XYZ 33.42 37.18 18.78 -
YUV 161.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 173 166 105 0 0.04 0.39 0.32 53.82 0.29 0.55
Hex AD A6 69 0 4 27 20 36 1D 37
Octal 255 246 151 0 4 47 40 66 35 67
Binary 10101101 10100110 1101001 0 100 100111 100000 110110 11101 110111

Color Harmonies of #ADA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA669

Black with #ADA669

Text Example


Text Example

White with #ADA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA669; }

 p { color: rgb(173,166,105); }

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

background-color css

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

 a { background-color: rgb(173,166,105); }

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

border-color css

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

 span { border-color: rgb(173,166,105); }

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