#ADB688

Color #ADB688 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ADB688

Tints of Caper #ADB688

Color information

#ADB688 (or 0xADB688) is unknown color: approx Caper. HEX triplet: AD, B6 and 88. RGB value is (173,182,136). Sum of RGB (Red+Green+Blue) = 173+182+136=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB688 is #524977. Grayscale: #AEAEAE. Windows color (decimal): -5392760 or 8959661. OLE color: 8959661.

HSL color Cylindrical-coordinate representation of color #ADB688: hue angle of 71.74º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADB688 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB173182136-
CMYK0.0500.250.29
HSL71.74º23.96%62.35%-
HSV(B)71.74º25.27%71.37%-
XYZ38.4144.1229.78-
YUV174.06106.52127.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=35.23%
G=37.07%
B=27.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821360.0500.250.2971.7423.9662.35
HexADB68850191D48183e
Octal2552662105031351103076
Binary10101101101101101000100010101100111101100100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB688; }

 p { color: rgb(173,182,136); }

 H1.HeaderClassName
 {
   color: #ADB688;
 }
 .AnyTagClassName
 {
   color: #ADB688;
 }
</style>
background-color css

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

 a { background-color: rgb(173,182,136); }

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

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

 span { border-color: rgb(173,182,136); }

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