#ADB882

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

Shades of Caper #ADB882

Tints of Caper #ADB882

Color information

#ADB882 (or 0xADB882) is unknown color: approx Caper. HEX triplet: AD, B8 and 82. RGB value is (173,184,130). Sum of RGB (Red+Green+Blue) = 173+184+130=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB882 is #52477D. Grayscale: #AEAEAE. Windows color (decimal): -5392254 or 8566957. OLE color: 8566957.

HSL color Cylindrical-coordinate representation of color #ADB882: hue angle of 72.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB882 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB173184130-
CMYK0.0600.290.28
HSL72.22º27.55%61.57%-
HSV(B)72.22º29.35%72.16%-
XYZ38.444.7827.74-
YUV174.55102.86126.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 184 (72.27% from 255) = 37.78%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=35.52%
G=37.78%
B=26.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841300.0600.290.2872.2227.5561.57
HexADB882601D1C481c3e
Octal2552702026035341103476
Binary10101101101110001000001011001110111100100100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB882; }

 p { color: rgb(173,184,130); }

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

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

 a { background-color: rgb(173,184,130); }

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

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

 span { border-color: rgb(173,184,130); }

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