Html Css Color HEX #ADA66A Gimblet

📋 copy color: '#ADA66A'

red 173 ◦ green 166 ◦ blue 106

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

Shades of Gimblet #ADA66A

Tints of Gimblet #ADA66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.82%

R = 38.88%
G = 37.3%
B = 23.82%

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

#ADA66A (or 0xADA66A) is known color: Gimblet. HEX triplet: AD, A6 and 6A. RGB value is (173,166,106). Sum of RGB (Red+Green+Blue) = 173+166+106=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA66A is #525995. Grayscale: #A1A1A1. Windows color (decimal): -5396886 or 6989485. OLE color: 6989485.

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

Color convert

RGB 173 166 106 -
CMYK 0 0.04 0.39 0.32
HSL 53.73º 0.29% 0.55% -
HSV(B) 53.73º 0.39% 0.68% -
XYZ 33.47 37.2 19.05 -
YUV 161.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 173 166 106 0 0.04 0.39 0.32 53.73 0.29 0.55
Hex AD A6 6A 0 4 27 20 36 1D 37
Octal 255 246 152 0 4 47 40 66 35 67
Binary 10101101 10100110 1101010 0 100 100111 100000 110110 11101 110111

Color Harmonies of #ADA66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA66A

Black with #ADA66A

Text Example


Text Example

White with #ADA66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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