Html Css Color HEX #ADA266 Gimblet

📋 copy color: '#ADA266'

red 173 ◦ green 162 ◦ blue 102

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

Shades of Gimblet #ADA266

Tints of Gimblet #ADA266

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.07%

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

R = 39.59%
G = 37.07%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#ADA266 (or 0xADA266) is known color: Gimblet. HEX triplet: AD, A2 and 66. RGB value is (173,162,102). Sum of RGB (Red+Green+Blue) = 173+162+102=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA266 is #525D99. Grayscale: #9E9E9E. Windows color (decimal): -5397914 or 6726317. OLE color: 6726317.

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

Color convert

RGB 173 162 102 -
CMYK 0 0.06 0.41 0.32
HSL 50.7º 0.3% 0.54% -
HSV(B) 50.7º 0.41% 0.68% -
XYZ 32.55 35.68 17.74 -
YUV 158.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 173 162 102 0 0.06 0.41 0.32 50.7 0.3 0.54
Hex AD A2 66 0 6 29 20 33 1E 36
Octal 255 242 146 0 6 51 40 63 36 66
Binary 10101101 10100010 1100110 0 110 101001 100000 110011 11110 110110

Color Harmonies of #ADA266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA266

Black with #ADA266

Text Example


Text Example

White with #ADA266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA266; }

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

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

background-color css

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

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

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

border-color css

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

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

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