#ADB883

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

Shades of Caper #ADB883

Tints of Caper #ADB883

Color information

#ADB883 (or 0xADB883) is unknown color: approx Caper. HEX triplet: AD, B8 and 83. RGB value is (173,184,131). Sum of RGB (Red+Green+Blue) = 173+184+131=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB883 is #52477C. Grayscale: #AEAEAE. Windows color (decimal): -5392253 or 8632493. OLE color: 8632493.

HSL color Cylindrical-coordinate representation of color #ADB883: hue angle of 72.45º degrees, saturation: 0.27, 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 #ADB883 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB173184131-
CMYK0.0600.290.28
HSL72.45º27.18%61.76%-
HSV(B)72.45º28.8%72.16%-
XYZ38.4744.828.09-
YUV174.67103.36126.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=35.45%
G=37.70%
B=26.84%

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
Decimal1731841310.0600.290.2872.4527.1861.76
HexADB883601D1C481b3e
Octal2552702036035341103376
Binary10101101101110001000001111001110111100100100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB883; }

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

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

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

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

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

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

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

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