Html Css Color HEX #ADA865 Gimblet

📋 copy color: '#ADA865'

red 173 ◦ green 168 ◦ blue 101

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

Shades of Gimblet #ADA865

Tints of Gimblet #ADA865

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.01%

 BLUE value IS 101 (39.84% from 255) = 22.85%

R = 39.14%
G = 38.01%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#ADA865 (or 0xADA865) is known color: Gimblet. HEX triplet: AD, A8 and 65. RGB value is (173,168,101). Sum of RGB (Red+Green+Blue) = 173+168+101=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA865 is #52579A. Grayscale: #A2A2A2. Windows color (decimal): -5396379 or 6662317. OLE color: 6662317.

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

Color convert

RGB 173 168 101 -
CMYK 0 0.03 0.42 0.32
HSL 55.83º 0.31% 0.54% -
HSV(B) 55.83º 0.42% 0.68% -
XYZ 33.59 37.83 17.84 -
YUV 161.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 173 168 101 0 0.03 0.42 0.32 55.83 0.31 0.54
Hex AD A8 65 0 3 2A 20 38 1F 36
Octal 255 250 145 0 3 52 40 70 37 66
Binary 10101101 10101000 1100101 0 11 101010 100000 111000 11111 110110

Color Harmonies of #ADA865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA865

Black with #ADA865

Text Example


Text Example

White with #ADA865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA865; }

 p { color: rgb(173,168,101); }

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

background-color css

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

 a { background-color: rgb(173,168,101); }

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

border-color css

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

 span { border-color: rgb(173,168,101); }

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