#ADB68A

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

Shades of Caper #ADB68A

Tints of Caper #ADB68A

Color information

#ADB68A (or 0xADB68A) is unknown color: approx Caper. HEX triplet: AD, B6 and 8A. RGB value is (173,182,138). Sum of RGB (Red+Green+Blue) = 173+182+138=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB68A is #524975. Grayscale: #AEAEAE. Windows color (decimal): -5392758 or 9090733. OLE color: 9090733.

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

Color convert

RGB173182138-
CMYK0.0500.240.29
HSL72.27º23.16%62.75%-
HSV(B)72.27º24.18%71.37%-
XYZ38.5544.1830.54-
YUV174.29107.52127.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=35.09%
G=36.92%
B=27.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821380.0500.240.2972.2723.1662.75
HexADB68A50181D48173f
Octal2552662125030351102777
Binary10101101101101101000101010101100011101100100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB68A; }

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

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

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

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

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

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

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

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