#ADB88A

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

Shades of Caper #ADB88A

Tints of Caper #ADB88A

Color information

#ADB88A (or 0xADB88A) is unknown color: approx Caper. HEX triplet: AD, B8 and 8A. RGB value is (173,184,138). Sum of RGB (Red+Green+Blue) = 173+184+138=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB88A is #524775. Grayscale: #AFAFAF. Windows color (decimal): -5392246 or 9091245. OLE color: 9091245.

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

Color convert

RGB173184138-
CMYK0.0600.250.28
HSL74.35º24.47%63.14%-
HSV(B)74.35º25%72.16%-
XYZ38.964530.68-
YUV175.47106.86126.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=34.95%
G=37.17%
B=27.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841380.0600.250.2874.3524.4763.14
HexADB88A60191C4a183f
Octal2552702126031341123077
Binary10101101101110001000101011001100111100100101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB88A; }

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

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

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

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

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

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

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

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